diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-21 17:33:46 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-21 17:33:46 +0500 |
| commit | 92ea7a326b4430f3dbeb94f150df680e432f5ddf (patch) | |
| tree | 0fa7d96a4c45837d4c41b5e84b3c7c1aa16286be /public/static | |
| parent | 3c97031c879a227018dbdc4189b896a0a8998b06 (diff) | |
feat: check emote if it has been already added
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
