diff options
author | fuyu <54523771+mfmfuyu@users.noreply.github.com> | 2020-06-20 20:30:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 13:30:27 +0200 |
commit | cb3c6d17804da67d3c0ff233a9ca1c1902f6926f (patch) | |
tree | 7f0282debb1b8c7c91c859d2e9f8abd196dade4b | |
parent | a279acc73071b3fb2f8381fc5051de5b70e879ef (diff) |
Fix unnecessary gap under of video modal (#14098)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index acd4b93b5..79ae5874e 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -5361,6 +5361,7 @@ a.status-card.compact:hover { } video { + display: block; max-width: 100vw; max-height: 80vh; z-index: 1; |