From b98856d700527d739a7c0b55ab5480bf263f78f2 Mon Sep 17 00:00:00 2001 From: ygg2 Date: Thu, 5 Sep 2024 15:34:53 -0400 Subject: [PATCH] make unread notif a dot --- webpage/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index be0fa6b..bc66ff9 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1035,7 +1035,17 @@ span { } .cunread { - box-shadow: inset .024in 0 var(--primary-text); + position: relative; +} +.cunread:after { + content: ''; + position: absolute; + top: .13in; + left: -.082in; + height: .075in; + width: .075in; + background: var(--primary-text); + border-radius: 50%; } .servernoti {