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

View File

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