From 92ea7a326b4430f3dbeb94f150df680e432f5ddf Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 21 Apr 2025 17:33:46 +0500 Subject: feat: check emote if it has been already added --- public/static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'public/static') diff --git a/public/static/style.css b/public/static/style.css index 933e46e..86013be 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -330,6 +330,19 @@ a.box:hover { border-color: #9f5050; } +.emote-check { + position: relative; + left: 35px; + top: 10px; + width: 24px; + height: 24px; + z-index: 2; +} + +.emote:has(.emote-check) img { + margin-top: -15px; +} + /** ------------- ACCOUNTS -- cgit v1.2.3