diff options
author | ThibG <thib@sitedethib.com> | 2018-04-23 20:12:16 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-04-23 20:12:16 +0200 |
commit | 53b1d8887325160934dec7557e97a43ce2896264 (patch) | |
tree | 1bcb401c02f02d101b2c18ae1bc3e2787339eded /app/javascript/styles | |
parent | 1258efa882b7a0eedc868640eb8e5a9075445ca0 (diff) |
Fix fullscreen video player (fixes #7244) (#7245)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
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; } } |