From 4d2d7891422db45195cd485a0a9b3aea408b6196 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 13 May 2023 06:09:04 +0300 Subject: [PATCH] add :marseycursor: --- files/assets/css/main.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fd5719d4a..762b71897 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5497,8 +5497,8 @@ input[type=radio] ~ .custom-control-label::before { max-width: 80% !important } .emj, .emoji, strong a img, img[alt^=":"]:not(img[b], img[alt*="#"]) { - height: 40px !important; - width: 40px !important; + height: 40px; + width: 40px; } .bigemoji, .emoji-md, img[alt^=":"] { height: 60px; @@ -7432,3 +7432,9 @@ th.disable-sort-click[disabled] { #mobile-bottom-navigation-bar > button { overflow: visible } + +img[src="/e/marseycursor.webp"] { + width: 32px !important; + height: 32px !important; + image-rendering: pixelated; +}