1
0

Make a radio volume slider vertical on chrome and chrome-like browsers.

This commit is contained in:
Alexander Andreev 2024-03-06 04:21:53 +04:00
parent 0bd91c3c1f
commit 78b2740c58
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -136,6 +136,8 @@ button#radio-play {
button#radio-play:hover { text-decoration: none; }
input#radio-volume {
appearance: slider-vertical;
-webkit-appearance: slider-vertical;
accent-color: var(--primary-color);
height: 5rem;
margin-left: .5rem; }