diff options
Diffstat (limited to 'public/content.css')
-rw-r--r-- | public/content.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css index 7dd3c33f..db095af0 100644 --- a/public/content.css +++ b/public/content.css @@ -26,6 +26,11 @@ transition: transform .1s cubic-bezier(0,0,0.2,1); } +/* May 2024 hover preview */ +.YtPlayerProgressBarProgressBar #previewbar { + transform: none; +} + .ytp-big-mode #previewbar { transform: scaleY(0.625) translateY(-30%) translateY(1.5px); } |