diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-16 17:23:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-16 17:23:55 +0200 |
commit | ad8016d8014af1e8dfb267fcdb51da63ab8ca4a9 (patch) | |
tree | 9d91d0333ae07a9e181048768f98fe697c6b72f3 /web/style | |
parent | edfd710c055621d7ef0c8d0e9c6668b4aa2283d7 (diff) | |
download | jellything-ad8016d8014af1e8dfb267fcdb51da63ab8ca4a9.tar jellything-ad8016d8014af1e8dfb267fcdb51da63ab8ca4a9.tar.bz2 jellything-ad8016d8014af1e8dfb267fcdb51da63ab8ca4a9.tar.zst |
better debug info and loggin
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/js-player.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css index c9a48e9..33669a5 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -112,6 +112,8 @@ padding: 0.15em; margin: 0px; font-size: large; +} +.jsp .jsh-log-line-appear { animation-name: appear; animation-timing-function: linear; animation-duration: 0.5s; |