mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 20:52:25 -06:00
revert volume mobile hover logic
This commit is contained in:
parent
fe3a721d57
commit
c34a1288c7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue