From c34a1288c760962a7a07f9c9ff59b651c59a4c60 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 16 Apr 2026 18:35:27 +0200 Subject: [PATCH] revert volume mobile hover logic --- copyparty/web/browser.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 9e85a7a1..bb92784b 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3480,17 +3480,6 @@ html.d #treepar { opacity: 1; pointer-events: all; } - /* makes touch more intuitive by hiding after timeout */ - @media (hover: none) { - #pvolbg:hover #pvol { - animation: timeout_hide 5s forwards; - } - @keyframes timeout_hide { - 0% {opacity: 1; display: block;} - 90% {opacity: 1; display: block;} - 100% {opacity: 0; display: none;} - } - } } @media (max-width: 32em) { #u2conf {