mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix unnecessary gap under of video modal (#14098)
This commit is contained in:
parent
a279acc730
commit
cb3c6d1780
1 changed files with 1 additions and 0 deletions
|
@ -5361,6 +5361,7 @@ a.status-card.compact:hover {
|
|||
}
|
||||
|
||||
video {
|
||||
display: block;
|
||||
max-width: 100vw;
|
||||
max-height: 80vh;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in a new issue