revert volume mobile hover logic

This commit is contained in:
Til Schmitter 2026-04-16 18:35:27 +02:00
parent fe3a721d57
commit c34a1288c7

View file

@ -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 {