This commit is contained in:
2026-01-23 11:14:58 +01:00
parent 875140d26c
commit ce3a591f4e
+20
View File
@@ -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
========================================================================= */