From: Vincent Vanwaelscappel Date: Tue, 13 Jan 2026 13:09:32 +0000 (+0100) Subject: wait #7938 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fbb76049ea210dda4cb96bc25dca9472bab9fd4b;p=fluidbook-html5.git wait #7938 --- diff --git a/style/fluidbook.video.less b/style/fluidbook.video.less index 638420bd..96dce2f6 100644 --- a/style/fluidbook.video.less +++ b/style/fluidbook.video.less @@ -79,6 +79,20 @@ } } +.vjs-menu-button-popup.vjs-chapters-button { + .vjs-menu { + width: 20em; + right: 0; + left: auto; + li { + padding:0 1em; + text-align: left; + text-transform: none; + justify-content: left; + } + } +} + #links { .vjs-text-track-display { > div { @@ -90,4 +104,4 @@ } } } -} \ No newline at end of file +}