diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index 0243637..c2f51f0 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1297,6 +1297,26 @@ data: .idokep-hour { width: 48px !important; } + /* ========================================================================= + Fix split-column inner widget headers - make them compact + ========================================================================= */ + + /* Target headers inside split-column specifically */ + .widget-type-split-column .widget .widget-header { + display: flex !important; + align-items: center !important; + min-height: unset !important; + height: auto !important; + padding: 0 0 8px 0 !important; + margin: 0 !important; + } + + .widget-type-split-column .widget .widget-header .widget-title { + font-size: 0.9rem !important; + line-height: 1 !important; + padding: 0 !important; + margin: 0 !important; + } /* ========================================================================= Forcing transparency on no-tint iframes ========================================================================= */