mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Override default videojs volume panel width (#3796)
This commit is contained in:
parent
94f42910da
commit
43fdadd361
@ -9,6 +9,12 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-hover.vjs-volume-panel-horizontal {
|
||||||
|
// vjs default is 5em icon+padding + 5em slider.
|
||||||
|
// should match the value above.
|
||||||
|
width: calc(5em + 100px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.vjs-menu li {
|
.vjs-menu li {
|
||||||
color: var(--theme-color-components-text-on-dark);
|
color: var(--theme-color-components-text-on-dark);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user