Fix fullscreen video player (fixes #7244) (#7245)

master
ThibG 6 years ago committed by Eugen Rochko
parent 1258efa882
commit 53b1d88873
  1. 2
      app/javascript/styles/mastodon/components.scss

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

Loading…
Cancel
Save