]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix unnecessary gap under of video modal
authorfuyu <54523771+mfmfuyu@users.noreply.github.com>
Sat, 20 Jun 2020 11:30:27 +0000 (20:30 +0900)
committerThibaut Girka <thib@sitedethib.com>
Wed, 24 Jun 2020 13:55:53 +0000 (15:55 +0200)
Port cb3c6d17804da67d3c0ff233a9ca1c1902f6926f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/media.scss

index dbf0c908d1d542417c6bc6e1bc27e923dab98a05..69ce75cb67d4cfd4c67509019a9bdfe61a732f9e 100644 (file)
   @include fullwidth-gallery;
 
   video {
+    display: block;
     max-width: 100vw;
     max-height: 80vh;
     z-index: 1;