From ae8bed70a17eaf8308486aa060cade89d283c6d8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 16 Mar 2024 18:26:36 +0100 Subject: player: show chapters --- web/style/js-player.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'web/style/js-player.css') diff --git a/web/style/js-player.css b/web/style/js-player.css index e2c5c10..2dedb9c 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -236,3 +236,18 @@ ul.jsp-track-list li.active { font-size: large; width: 20em; } + +.jsp-chapter { + position: absolute; + height: var(--csize); + padding-left: 2px; + border-left: 2px solid rgba(255, 161, 55, 0.548); +} +.jsp-chapter p { + font-size: small; + text-overflow: ellipsis; + overflow: visible; + overflow: hidden; + white-space: nowrap; + width: 100%; +} -- cgit v1.2.3-70-g09d2