From 48327dfba66e3f5052b65a67a9b6d6ee99b90a95 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 23 Jan 2026 11:01:58 +0100 Subject: [PATCH] final fix? --- glance-system/glance-orsi.yaml | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index b854f57..419386c 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1247,6 +1247,53 @@ data: top: 0; border-radius: 12px; } + /* ========================================================================= + Fix widget header vertical alignment - center titles + ========================================================================= */ + + .widget-header { + display: flex !important; + align-items: center !important; + min-height: 40px !important; + padding-top: 8px !important; + padding-bottom: 8px !important; + } + + .widget-header .widget-title { + display: flex !important; + align-items: center !important; + } + + /* For split-column inner widget headers specifically */ + .widget-type-split-column .widget-header { + display: flex !important; + align-items: center !important; + justify-content: flex-start !important; + min-height: 36px !important; + } + /* ========================================================================= + Fix split-column padding and overflow + ========================================================================= */ + + .widget.widget-type-split-column > .widget-content { + padding: 12px !important; + } + + .widget-type-split-column .masonry-column { + overflow: hidden !important; + } + + .widget-type-split-column .masonry { + gap: 12px !important; + } + + /* Shrink hourly items to fit better */ + .idokep-hourly { + gap: 6px !important; + } + .idokep-hour { + width: 48px !important; + } /* ========================================================================= Forcing transparency on no-tint iframes ========================================================================= */