about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles
diff options
context:
space:
mode:
authorfuyu <54523771+mfmfuyu@users.noreply.github.com>2020-06-20 20:30:27 +0900
committerThibaut Girka <thib@sitedethib.com>2020-06-24 15:55:53 +0200
commit51922d7ffa0e876493e33411e7b3d7d7f8b51d44 (patch)
treeebe9ef47b1a99ec5462527a79b81407933898438 /app/javascript/flavours/glitch/styles
parentaae60a2366d6dadbcc4a0197d4dd17afc931c8a0 (diff)
[Glitch] Fix unnecessary gap under of video modal
Port cb3c6d17804da67d3c0ff233a9ca1c1902f6926f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r--app/javascript/flavours/glitch/styles/components/media.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/media.scss b/app/javascript/flavours/glitch/styles/components/media.scss
index dbf0c908d..69ce75cb6 100644
--- a/app/javascript/flavours/glitch/styles/components/media.scss
+++ b/app/javascript/flavours/glitch/styles/components/media.scss
@@ -404,6 +404,7 @@
   @include fullwidth-gallery;
 
   video {
+    display: block;
     max-width: 100vw;
     max-height: 80vh;
     z-index: 1;