]> cat aescling's git repositories - mastodon.git/commitdiff
Fix fullscreen video player (fixes #7244) (#7245)
authorThibG <thib@sitedethib.com>
Mon, 23 Apr 2018 18:12:16 +0000 (20:12 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 23 Apr 2018 18:12:16 +0000 (20:12 +0200)
app/javascript/styles/mastodon/components.scss

index c84e6130632a093d2e94908d8ac376829b79caa2..f1284b3884bc1bcf73600063f911f3e03d3db984 100644 (file)
@@ -4446,6 +4446,8 @@ a.status-card {
     video {
       max-width: 100% !important;
       max-height: 100% !important;
+      width: 100% !important;
+      height: 100% !important;
     }
   }