final fix?

This commit is contained in:
2026-01-23 11:01:58 +01:00
parent a3ddf5a673
commit 48327dfba6
+47
View File
@@ -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
========================================================================= */