From 796b365fd8b9115483ff924ac5dc8fa9cd30ffd8 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 30 Dec 2023 20:17:34 +0800 Subject: [PATCH] Disable animation if hidden --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 041187e1..5c6c89d9 100644 --- a/src/app.css +++ b/src/app.css @@ -1098,6 +1098,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { opacity: 0; transform: translate(-50%, -100%) scale(0.9); pointer-events: none; + animation: none !important; } } .updates-button .icon {