From fbb76049ea210dda4cb96bc25dca9472bab9fd4b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 13 Jan 2026 14:09:32 +0100 Subject: [PATCH] wait #7938 --- style/fluidbook.video.less | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 +} -- 2.39.5