mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Override default videojs volume panel width
This commit is contained in:
parent
0dce87ec5a
commit
ca6113bdd3
@ -9,6 +9,12 @@
|
||||
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 {
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user