From 275f18771969f5c73afd24e05e3525cc632ab3c0 Mon Sep 17 00:00:00 2001 From: Cohee Date: Fri, 23 Jun 2023 21:49:59 +0300 Subject: [PATCH] Don't animate changing avatar size on right panel --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 35a7e7188..4ebe9bba3 100644 --- a/public/style.css +++ b/public/style.css @@ -691,7 +691,7 @@ hr { border: 2px solid var(--SmartThemeBodyColor); margin: 2px; cursor: pointer; - transition: all 0.2s ease-in-out; + transition: filter 0.2s ease-in-out; } #avatar_div_div:hover {