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

Port 90445230cd to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
ThibG 2020-06-23 17:24:29 +02:00 committed by Thibaut Girka
parent 26778b8c30
commit c0ad588857
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;
}