diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-25 02:52:32 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-25 02:52:32 +0000 |
commit | 68e63a610bb72d212e5170b1aed6e22114301bb5 (patch) | |
tree | b6b8fa414a40143688515ba14f9b1fd37f774b32 | |
parent | Upgrade qrcodegen (fixes #568) (diff) | |
download | miniserve-68e63a610bb72d212e5170b1aed6e22114301bb5.tar.gz miniserve-68e63a610bb72d212e5170b1aed6e22114301bb5.zip |
Remove on-hover animation of qr code
It made things a bit annoying as every other UI element is snappy and without animations.
-rw-r--r-- | data/style.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss index 0b87265..7051d22 100644 --- a/data/style.scss +++ b/data/style.scss @@ -124,7 +124,6 @@ nav p + * { left: 0; right: 0; top: 100%; - animation: show 0.5s ease; } @keyframes show { |