New: Seek bar height now increases when seeking for improved feedback

This commit is contained in:
lscambo13
2025-04-13 21:12:06 +05:30
parent f23bf85aa0
commit bc664a5e30

View File

@@ -768,6 +768,10 @@ progress+span {
padding: 0;
}
.sliderContainer:active .mdl-slider-background-flex {
transform: scaleY(1.75);
}
.mdl-slider-background-flex {
border-radius: var(--smallRadius);
}