diff options
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; |