[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>
master
ThibG 4 years ago committed by Thibaut Girka
parent 83bc9f68af
commit 72d193654b
  1. 2
      app/javascript/flavours/glitch/styles/components/media.scss

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

Loading…
Cancel
Save