fixed sizing issues with attachments in some non-status containers

This commit is contained in:
RiedleroD 2024-06-01 21:16:34 +02:00 committed by RiedleroD
parent dd32a33d59
commit 45fe334cd7

View file

@ -96,9 +96,11 @@
.gallery-row { .gallery-row {
position: relative; position: relative;
max-height: 30em;
width: 100%; width: 100%;
flex-grow: 1; flex-grow: 1;
.Status & {
max-height: 30em;
}
&:not(:first-child) { &:not(:first-child) {
margin-top: 0.5em; margin-top: 0.5em;