From 0a21b6c8f8bc1b0ee4530209cc6801f308f178f3 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Mon, 27 Jul 2026 00:44:00 +0200 Subject: [PATCH] positioning is kinda weird for notic-count --- public/s/css/f0ckm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index df2cbd2..284cacd 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -1237,7 +1237,7 @@ html[theme='95'] .item-main-content .metadata { .notif-count { position: absolute; - top: -5px; + top: 0; right: -5px; background: var(--badge-nsfw); color: white;