From a489db6ba686c803dc3a8c7a2fca454761bf741c Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 26 Sep 2021 22:11:11 +0200 Subject: [PATCH] Fix dragging progress bar tooltip hiding when mouse moves too far up / down. --- user.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user.css b/user.css index 4726041..ccf2c5e 100644 --- a/user.css +++ b/user.css @@ -597,6 +597,11 @@ li.GlueDropTarget { transition: opacity,left 0.2s ease; } +.playback-bar:active .prog-tooltip { + opacity: 1; + transition: none; +} + .playback-bar:hover .prog-tooltip { opacity: 1; }