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 Jeder
parent 2658ca88eb
commit 7337bd2213

View file

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