Browse Source

[Glitch] don't show outline of full-screen video

Port 547a5bac9d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Hinaloe 5 years ago
committed by Thibaut Girka
parent
commit
9840e1ad75
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/styles/components/media.scss

+ 1
- 0
app/javascript/flavours/glitch/styles/components/media.scss View File

@ -426,6 +426,7 @@
max-height: 100% !important; max-height: 100% !important;
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
outline: 0;
} }
} }

Loading…
Cancel
Save