diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-01 12:50:03 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-01 12:50:03 +0200 |
commit | 0c0403ebe239dcf6781565a61d1e62e4c81e5db1 (patch) | |
tree | e3abe9c57280ac1b6f886fa7b199a3e6b3529ea4 /web/js-player.css | |
parent | fc19087e5c1a34d6139892f12520e7b17eda47b4 (diff) | |
download | jellything-0c0403ebe239dcf6781565a61d1e62e4c81e5db1.tar jellything-0c0403ebe239dcf6781565a61d1e62e4c81e5db1.tar.bz2 jellything-0c0403ebe239dcf6781565a61d1e62e4c81e5db1.tar.zst |
port the old jsplayer
Diffstat (limited to 'web/js-player.css')
-rw-r--r-- | web/js-player.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/js-player.css b/web/js-player.css index 79dffa0..b6133f9 100644 --- a/web/js-player.css +++ b/web/js-player.css @@ -4,11 +4,11 @@ Copyright (C) 2023 metamuffin <metamuffin.org> */ -.js-player { +.jsp { --csize: 50px; } -.js-player .controls { +.jsp .jsp-controls { position: absolute; bottom: 0px; left: 0px; @@ -21,7 +21,7 @@ flex-direction: row; } -.js-player .controls button { +.jsp .jsp-controls button { padding: 0px; width: var(--csize); height: 100%; @@ -29,7 +29,7 @@ background-color: #ffffff10; } -.js-player .controls p.status { +.jsp .jsp-controls p.jsp-status { display: inline-block; width: 6em; text-align: right; @@ -38,7 +38,7 @@ margin: 0.4em; } -.pri { +.jsp .jsp-pri { flex-grow: 1; padding: 0px; display: inline-block; @@ -46,7 +46,7 @@ width: calc(100% - var(--csize) * 2 - 2px); height: var(--csize); } -.pri-current { +.jsp .jsp-pri-current { height: var(--csize); background-color: #ffffff20; } |