diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-14 00:24:58 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-14 00:24:58 +0200 |
commit | 8752a12e954600152e9eaa60ed29af585ed06c64 (patch) | |
tree | 700fedf7d82e940b256ca828e5c98bd1ce0ada44 /web/style/js-player.css | |
parent | 07fc74f4d8fcd3137e3cdbc462c06c50acccb31e (diff) | |
download | jellything-8752a12e954600152e9eaa60ed29af585ed06c64.tar jellything-8752a12e954600152e9eaa60ed29af585ed06c64.tar.bz2 jellything-8752a12e954600152e9eaa60ed29af585ed06c64.tar.zst |
better jsp debuggability
Diffstat (limited to 'web/style/js-player.css')
-rw-r--r-- | web/style/js-player.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css index 2dedb9c..1dd4126 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -92,8 +92,8 @@ .jsp-stats { position: absolute; background-color: rgba(0, 0, 0, 0.404); - bottom: var(--csize); - right: 0px; + top: 0px; + left: 0px; padding: 1em; } .jsp-stats pre { |