Increase width of volume slider to 100px (#3155)

Co-authored-by: janWilejan <>
This commit is contained in:
janWilejan 2023-07-09 19:50:04 +00:00 committed by GitHub
parent 40de64fffe
commit d09031faeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,11 @@
color: var(--theme-color-components-text-on-light);
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 100px;
flex-shrink: 0;
}
.vjs-menu li {
color: var(--theme-color-components-text-on-dark);
}