From d7fbf386d0001f4ef03b5ddc0716b58ff5306800 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 11 Jan 2026 18:33:58 +0100 Subject: [PATCH] more css --- glance-system/glance-kisfenyo.yaml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 620d9fe..7d671a8 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -684,19 +684,28 @@ data: WIDGET TITLES The "WEATHER", "NEWS & FEEDS", etc. headers on each widget ========================================================================= */ - .widget-header, - .widget-title { - color: #5ac8d8 !important; /* CYAN - widget headers */ - font-weight: 600 !important; + /* The header container */ + .widget-header { display: flex !important; - align-items: center !important; /* Vertical centering */ - min-height: 2em !important; /* Ensure consistent height */ + align-items: center !important; + justify-content: flex-start !important; + min-height: 2.5em !important; + padding: 0.6em 0 !important; } - .widget-header *, - .widget-title * { - color: #5ac8d8 !important; /* CYAN - widget headers */ + /* The h2 title text inside */ + .widget-header h2, + .widget-header .uppercase, + h2.uppercase { + color: #5ac8d8 !important; font-weight: 600 !important; + margin: 0 !important; + padding: 0 !important; + line-height: 1.2 !important; + } + + .widget-content:not(.widget-content-frameless) { + border-top: 1px solid rgba(90, 200, 216, 0.2) !important; } /* =========================================================================