Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen

[Glitch] Fix fullscreen video player
master
beatrix 7 years ago committed by GitHub
commit 33691f4920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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