Browse Source

Fix unnecessary gap under of video modal (#14098)

master
fuyu 3 years ago
committed by GitHub
parent
commit
cb3c6d1780
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

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

Loading…
Cancel
Save