aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-01-29 05:06:38 +0800
committerAstound <kirito@disroot.org>2024-01-29 05:06:38 +0800
commit3ee2df7faaac2f97a3b0cb28b43854cc11cd97a9 (patch)
treefd48a37d78b749f7342fb2667b83153c2abda0f5 /youtube/templates/watch.html
parentd2c883c21142e952acab0cd8dea010814e0cb648 (diff)
downloadyt-local-3ee2df7faaac2f97a3b0cb28b43854cc11cd97a9.tar.lz
yt-local-3ee2df7faaac2f97a3b0cb28b43854cc11cd97a9.tar.xz
yt-local-3ee2df7faaac2f97a3b0cb28b43854cc11cd97a9.zip
Refactor styles on video playback page
Made changes to the styles on the video playback page to enhance visibility and address issues with the video player. Added a new custom style file for Plyr, and removed redundant and unused styles in watch.css. Specific changes: - Added custom_plyr.css for Plyr styles. - Removed redundant styles related to playback issues in watch.css
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r--youtube/templates/watch.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 9cf9657..0991457 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -8,14 +8,8 @@
{% if settings.use_video_player == 2 %}
<!-- plyr -->
<link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet">
+ <link href="/youtube.com/static/modules/plyr/custom_plyr.css" rel="stylesheet">
<!--/ plyr -->
- <style>
- /* Prevent this div from blocking right-click menu for video
- e.g. Firefox playback speed options */
- .plyr__poster {
- display: none !important;
- }
- </style>
{% endif %}
{% endblock style %}