[Glitch] Fix fullscreen video player

Port 53b1d88873 to glitch-soc
master
Thibaut Girka 6 years ago
parent 06fc278e4c
commit 51d276fb98
  1. 2
      app/javascript/flavours/glitch/styles/components/media.scss

@ -302,6 +302,8 @@
video {
max-width: 100% !important;
max-height: 100% !important;
width: 100% !important;
height: 100% !important;
}
}

Loading…
Cancel
Save