diff options
Diffstat (limited to 'web/js-player.css')
-rw-r--r-- | web/js-player.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/js-player.css b/web/js-player.css index 490c8dd..3df8cde 100644 --- a/web/js-player.css +++ b/web/js-player.css @@ -78,6 +78,11 @@ } .jsp-stats { position: absolute; + background-color: rgba(0, 0, 0, 0.404); bottom: var(--csize); - right: 30px; + right: 0px; + padding: 1em; +} +.jsp-stats pre { + margin: 0.1em; } |