From b1d6fbc4d740324d96d7fe2677fb15b9b59d20ea Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 16 Jan 2025 20:21:42 +0000 Subject: follow requests --- static/misc.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/misc.css') diff --git a/static/misc.css b/static/misc.css index 3281def..9a5c198 100644 --- a/static/misc.css +++ b/static/misc.css @@ -59,6 +59,18 @@ span.inlineIcon { user-select: none; } +span.unreadIndicator { + background: #3b005e; + color: #fff; + width: 24px; + height: 24px; + border-radius: 12px; + display: inline-flex; + align-items: center; + justify-content: center; + font-weight: bold; +} + [hidden] { display: none; } -- cgit v1.3