diff options
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/js-player.css | 15 |
1 files changed, 15 insertions, 0 deletions
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%; +} |