From f9e1704727aa4fe91402bd995aadab782af7e87a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 31 Dec 2022 20:18:56 +0800 Subject: [PATCH] Disable this hover effect for large status Will still animate in timeline but at least not as distracting --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 367e03ac..979ff579 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -343,7 +343,7 @@ object-position: 50% 50%; } } -.status .media img:hover { +.status:not(.large) .media img:hover { animation: position-object 5s ease-in-out 1s 5; } .status .media video {