From 516ea298a456b3009b7e6ec243f0866f21e87ff7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 13 May 2023 08:13:23 +0300 Subject: [PATCH] fix :marseycursor:'s size --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a5f1e9ad4..1caae2a5a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7435,7 +7435,7 @@ th.disable-sort-click[disabled] { } img[src="/e/marseycursor.webp"] { - width: 32px !important; - height: 32px !important; + width: 29px !important; + height: 29px !important; image-rendering: pixelated; }