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