volume
All checks were successful
/ upload (release) Successful in 3m21s

This commit is contained in:
pavel 2026-02-26 23:06:40 +01:00
commit 168ae4150e
4 changed files with 186 additions and 6 deletions

View file

@ -563,6 +563,33 @@ select {
vertical-align: text-bottom;
}
.volume-slider {
-webkit-appearance: none;
background: var(--bg-darker);
border-radius: 2px;
outline: none;
}
.volume-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--brand);
cursor: pointer;
box-shadow: 0 0 4px var(--brand-glow);
}
.volume-slider::-moz-range-thumb {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--brand);
cursor: pointer;
box-shadow: 0 0 4px var(--brand-glow);
}
.user-info {
flex: 1;
min-width: 0;