diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-02 21:35:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-02 21:35:31 +0200 |
commit | 7450134996a94c4629f1e112e90ad458a84c0c04 (patch) | |
tree | 0d5e80cc66ccb7da53bf936e2cc063b90a219a1d /web/js-player.css | |
parent | f783143b4adf22be662db1af2ca00b34a868cf72 (diff) | |
download | jellything-7450134996a94c4629f1e112e90ad458a84c0c04.tar jellything-7450134996a94c4629f1e112e90ad458a84c0c04.tar.bz2 jellything-7450134996a94c4629f1e112e90ad458a84c0c04.tar.zst |
estimate bandwidth
Diffstat (limited to 'web/js-player.css')
-rw-r--r-- | web/js-player.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/js-player.css b/web/js-player.css index 2ab25f3..490c8dd 100644 --- a/web/js-player.css +++ b/web/js-player.css @@ -76,3 +76,8 @@ font-size: larger; color: grey; } +.jsp-stats { + position: absolute; + bottom: var(--csize); + right: 30px; +} |