Fix media preview height in compose form when 3 or more images are attached (#33571)

This commit is contained in:
Claire 2025-01-13 12:48:47 +01:00 committed by GitHub
parent d517fa5ab7
commit 50449ae7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6815,6 +6815,8 @@ a.status-card {
}
&--layout-3 {
min-height: calc(64px * 2 + 8px);
& > .media-gallery__item:nth-child(1) {
border-end-end-radius: 0;
border-start-end-radius: 0;
@ -6834,6 +6836,8 @@ a.status-card {
}
&--layout-4 {
min-height: calc(64px * 2 + 8px);
& > .media-gallery__item:nth-child(1) {
border-end-end-radius: 0;
border-start-end-radius: 0;