Fix unnecessary gap under of video modal (#14098)

master
fuyu 4 years ago committed by GitHub
parent a279acc730
commit cb3c6d1780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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;

Loading…
Cancel
Save