From 3ee2df7faaac2f97a3b0cb28b43854cc11cd97a9 Mon Sep 17 00:00:00 2001 From: Astound Date: Mon, 29 Jan 2024 05:06:38 +0800 Subject: 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 --- youtube/templates/watch.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'youtube/templates') 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 %} + - {% endif %} {% endblock style %} -- cgit v1.2.3