2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

Fix fullscreen video player (fixes ) ()

This commit is contained in:
ThibG 2018-04-23 20:12:16 +02:00 committed by Eugen Rochko
parent 1258efa882
commit 53b1d88873

@ -4446,6 +4446,8 @@ a.status-card {
video {
max-width: 100% !important;
max-height: 100% !important;
width: 100% !important;
height: 100% !important;
}
}