diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 7d671a8..92b2671 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -689,8 +689,9 @@ data: display: flex !important; align-items: center !important; justify-content: flex-start !important; - min-height: 2.5em !important; - padding: 0.6em 0 !important; + min-height: 2.2em !important; + padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */ + box-sizing: border-box !important; } /* The h2 title text inside */ @@ -701,11 +702,22 @@ data: font-weight: 600 !important; margin: 0 !important; padding: 0 !important; - line-height: 1.2 !important; + line-height: 1 !important; } - .widget-content:not(.widget-content-frameless) { - border-top: 1px solid rgba(90, 200, 216, 0.2) !important; + /* ========================================================================= + REMOVE BORDER between header and content + ========================================================================= */ + .widget-content, + .widget-content:not(.widget-content-frameless), + .widget-content-frame, + .widget-content:first-of-type, + .widget > .widget-content { + border: none !important; + border-top: none !important; + border-top-width: 0 !important; + border-top-style: none !important; + border-color: transparent !important; } /* =========================================================================