aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/watch.css
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r--youtube/static/watch.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
index 849e22b..460bba3 100644
--- a/youtube/static/watch.css
+++ b/youtube/static/watch.css
@@ -24,20 +24,6 @@ video {
max-height: calc(100vh/1.5);
}
-/* plyr fix */
-.plyr:-moz-full-screen video {
- max-height: initial;
-}
-.plyr:-webkit-full-screen video {
- max-height: initial;
-}
-.plyr:-ms-fullscreen video {
- max-height: initial;
-}
-.plyr:fullscreen video {
- max-height: initial;
-}
-
a:link {
color: var(--link);
}