0

Override default videojs volume panel width (#3796)

This commit is contained in:
mahmed2000 2024-07-01 07:53:27 +05:00 committed by GitHub
parent 94f42910da
commit 43fdadd361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}