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