Moved image info around

This commit is contained in:
Michał Gdula 2022-09-08 19:41:47 +00:00
parent b261368a9b
commit 4aab53a7d5
3 changed files with 85 additions and 34 deletions

View file

@ -377,7 +377,30 @@ nav .btn {
.image-detail input {
font-family: "Secular One", sans-serif;
}
.image-detail > div {
width: 100%;
display: flex;
flex-direction: row;
}
.image-detail > div > div {
width: 50%;
}
.image-detail > div > div * {
margin-top: 0;
margin-bottom: 0.5rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
@media (max-width: 669px) {
.image-detail > div {
flex-direction: column;
}
.image-detail > div > div {
width: auto;
}
}
.tags-root {
margin-bottom: 1rem;
padding: 0.5rem 0.5rem 0 0.5rem;