diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-03 14:55:26 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-03 14:55:26 +0200 |
commit | 520051f3319b5ba4e811d43b5ce3554761653df3 (patch) | |
tree | 86b341d8457e5bafc08af2cb2c067a8b6d649271 /web/js-player.css | |
parent | 6b636bc73b8e44841d76a14fd3cb23af647b7165 (diff) | |
download | jellything-520051f3319b5ba4e811d43b5ce3554761653df3.tar jellything-520051f3319b5ba4e811d43b5ce3554761653df3.tar.bz2 jellything-520051f3319b5ba4e811d43b5ce3554761653df3.tar.zst |
more logging and fixes
Diffstat (limited to 'web/js-player.css')
-rw-r--r-- | web/js-player.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/js-player.css b/web/js-player.css index 3bb8613..6d1bd71 100644 --- a/web/js-player.css +++ b/web/js-player.css @@ -93,8 +93,9 @@ left: 0px; } .jsp .jsh-log-line { - font-size: 1em; - height: 1.2em; + padding: 0.15em; + margin: 0px; + font-size: large; animation-name: appear; animation-timing-function: linear; animation-duration: 0.5s; |