From 5b2b2b9c430fe649dcba38030baee181da62dea1 Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Wed, 29 Apr 2026 02:04:50 -0500 Subject: [PATCH] Add alert dropdown style for channel and fix font size for dashboard origin Signed-off-by: Kouya Heika --- core/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/style.css b/core/style.css index 406e286..ca90c50 100644 --- a/core/style.css +++ b/core/style.css @@ -446,6 +446,16 @@ nav.top div.slideout.mail .dropdown .mail .message a { text-decoration: underline; } +nav.top div.slideout.alerts .dropdown .alerts .alert .header { + font-size: 12px; +} + +nav.top div.slideout.alerts .dropdown .alerts .alert .header a:link, +nav.top div.slideout.alerts .dropdown .alerts .alert .header a:visited { + color: var(--subtitle); + text-decoration: none; +} + nav.top div.slideout.alerts .dropdown .alerts .alert .info, nav.top div.slideout.mail .dropdown .mail .message .info { display: flex; @@ -1092,6 +1102,7 @@ body.dashboard .dash-container .primary .mainbox .alert .info { body.dashboard .dash-container .primary .mainbox .alert .origin { flex-grow: 1; + font-size: 12px; } body.dashboard .dash-container .primary .mainbox .alert .origin a:link,