about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/media.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-06-23 17:24:29 +0200
committerThibaut Girka <thib@sitedethib.com>2020-06-24 16:01:28 +0200
commit72d193654b9369b43090a4de2e197c21c30f3f31 (patch)
tree89b283a87f3ff82b24148636594c0837aa34b322 /app/javascript/flavours/glitch/styles/components/media.scss
parent83bc9f68af130db3b5c41cab5f76443348a96601 (diff)
[Glitch] Fix very wide media attachments resulting in too thin a thumbnail
Port d469247083dbbe5d4f09cc9d13a3ebd400e6068e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/media.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/media.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/media.scss b/app/javascript/flavours/glitch/styles/components/media.scss
index 69ce75cb6..772b40dc4 100644
--- a/app/javascript/flavours/glitch/styles/components/media.scss
+++ b/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;
 }