Increase width of volume slider to 100px (#3155)
Co-authored-by: janWilejan <>
This commit is contained in:
parent
40de64fffe
commit
d09031faeb
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user