diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/style/logger.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/public/style/logger.css b/public/style/logger.css index 77f0d41..cb76586 100644 --- a/public/style/logger.css +++ b/public/style/logger.css @@ -8,8 +8,6 @@ border-radius: 0.2em; border: 0px solid transparent; padding: 0.2em; - - } .logger-line { @@ -19,11 +17,10 @@ animation-name: appear, disappear; animation-timing-function: linear, linear; animation-delay: 0s, 3s; - animation-duration: 0.3s, 2s; + animation-duration: 0.3s, 1s; animation-fill-mode: forwards, forwards; } - @keyframes appear { from { margin-top: -1.2em; @@ -34,8 +31,6 @@ } } - - @keyframes disappear { from { opacity: 1; |