[Glitch] Fix very wide media attachments resulting in too thin a thumbnail

Port d469247083 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
signup-info-prompt
ThibG 2020-06-23 17:24:29 +02:00 committed by Thibaut Girka
parent 83bc9f68af
commit 72d193654b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
border-radius: 4px;
position: relative;
width: 100%;
height: 110px;
min-height: 64px;
@include fullwidth-gallery;
}