Fix unnecessary gap under of video modal (#14098)

This commit is contained in:
fuyu 2020-06-20 20:30:27 +09:00 committed by GitHub
parent a279acc730
commit cb3c6d1780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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