diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-28 17:58:48 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-28 17:58:48 +0100 |
commit | 14f8f98ff586268bf35193d5b4c64f0362889359 (patch) | |
tree | abd436fcba0a2b56b566bcf60585858ecfa80916 /web/style/js-player.css | |
parent | 727be96686a2c6c5747b26be15933e11c9cab9c6 (diff) | |
download | jellything-14f8f98ff586268bf35193d5b4c64f0362889359.tar jellything-14f8f98ff586268bf35193d5b4c64f0362889359.tar.bz2 jellything-14f8f98ff586268bf35193d5b4c64f0362889359.tar.zst |
pribuf indicator works with any amout of tracks
Diffstat (limited to 'web/style/js-player.css')
-rw-r--r-- | web/style/js-player.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css index 26545ed..7a2c278 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -60,7 +60,6 @@ margin: 0px; width: calc(100% - var(--csize) * 2 - 2px); height: var(--csize); - --pribufsize: calc(var(--csize) * 0.5); } .jsp-pri-current { z-index: 101; @@ -71,7 +70,6 @@ .jsp-pri-buffer { z-index: 100; position: absolute; - height: var(--pribufsize); } .jsp-pri-buffer-buffered { background-color: #08fa0018; |