]> cat aescling's git repositories - mastodon.git/commitdiff
Fix unnecessary gap under of video modal (#14098)
authorfuyu <54523771+mfmfuyu@users.noreply.github.com>
Sat, 20 Jun 2020 11:30:27 +0000 (20:30 +0900)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 11:30:27 +0000 (13:30 +0200)
app/javascript/styles/mastodon/components.scss

index acd4b93b54102f106462f7535b09d15ac21fb1c6..79ae5874e82d323930c4cf0287766418858d1693 100644 (file)
@@ -5361,6 +5361,7 @@ a.status-card.compact:hover {
   }
 
   video {
+    display: block;
     max-width: 100vw;
     max-height: 80vh;
     z-index: 1;