This commit is contained in:
2026-05-31 12:18:59 +02:00
parent c2cb67c51c
commit 448efc69f8
2 changed files with 73 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
opacity: 0; pointer-events: none;
transform: translateY(-8px) scale(.96);
transition: opacity .2s, transform .2s;
touch-action: none;
}
#volume-popup.open { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }
#volume-slider {
@@ -114,6 +115,7 @@
writing-mode: vertical-lr; direction: rtl;
width: 5px; height: 100px;
background: rgba(255,255,255,.15); border-radius: 3px; outline: none; cursor: pointer;
touch-action: none;
}
#volume-slider::-webkit-slider-thumb {
-webkit-appearance: none; appearance: none;