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

Port 50449ae7ac to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
Claire 2025-03-08 16:13:04 +01:00 committed by GitHub
parent d94aeb2ce2
commit 248a0541c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -7181,6 +7181,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;
@ -7200,6 +7202,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;