From 68e63a610bb72d212e5170b1aed6e22114301bb5 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 25 Aug 2021 04:52:32 +0200 Subject: Remove on-hover animation of qr code It made things a bit annoying as every other UI element is snappy and without animations. --- data/style.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'data/style.scss') 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 { -- cgit v1.2.3