[Glitch] Fix media preview height in compose form when 3 or more images are attached (#2988)

Port 50449ae7ac57a12d81e0a3e2a6d6197af578e675 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2025-03-08 16:13:04 +01:00
parent 1704a7d858
commit 559f7a8e61

View File

@ -7640,6 +7640,8 @@ img.modal-warning {
}
&--layout-3 {
min-height: calc(64px * 2 + 8px);
& > .media-gallery__item:nth-child(1) {
border-end-end-radius: 0;
border-start-end-radius: 0;
@ -7659,6 +7661,8 @@ img.modal-warning {
}
&--layout-4 {
min-height: calc(64px * 2 + 8px);
& > .media-gallery__item:nth-child(1) {
border-end-end-radius: 0;
border-start-end-radius: 0;