From d09031faeb6e75a485115cde1dffba6ce115987a Mon Sep 17 00:00:00 2001 From: janWilejan <119548498+janWilejan@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:50:04 +0000 Subject: [PATCH] Increase width of volume slider to 100px (#3155) Co-authored-by: janWilejan <> --- web/components/video/VideoJS/VideoJS.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/components/video/VideoJS/VideoJS.scss b/web/components/video/VideoJS/VideoJS.scss index 4dc6a317c..23d9c8d0d 100644 --- a/web/components/video/VideoJS/VideoJS.scss +++ b/web/components/video/VideoJS/VideoJS.scss @@ -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); }