about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-04-23 20:12:16 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-04-23 20:12:16 +0200
commit53b1d8887325160934dec7557e97a43ce2896264 (patch)
tree1bcb401c02f02d101b2c18ae1bc3e2787339eded /app
parent1258efa882b7a0eedc868640eb8e5a9075445ca0 (diff)
Fix fullscreen video player (fixes #7244) (#7245)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index c84e61306..f1284b388 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -4446,6 +4446,8 @@ a.status-card {
     video {
       max-width: 100% !important;
       max-height: 100% !important;
+      width: 100% !important;
+      height: 100% !important;
     }
   }