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

pull/2976/head
Claire 2025-01-13 12:48:47 +01:00
parent e4f2a054c9
commit 7ad9581940
1 changed files with 4 additions and 0 deletions

View File

@ -7136,6 +7136,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;
@ -7155,6 +7157,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;