]> _ Git - fluidbook-html5.git/commitdiff
wait #7938
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jan 2026 13:09:32 +0000 (14:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jan 2026 13:09:32 +0000 (14:09 +0100)
style/fluidbook.video.less

index 638420bd27aa52e1af99e9c888ecebb6116d199d..96dce2f627ae5440eff28dd258e624173bd3aa11 100644 (file)
   }
 }
 
+.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 {
       }
     }
   }
-}
\ No newline at end of file
+}