[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>
main
parent
83bc9f68af
commit
72d193654b
|
@ -76,7 +76,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 110px;
|
min-height: 64px;
|
||||||
|
|
||||||
@include fullwidth-gallery;
|
@include fullwidth-gallery;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue