final fix?
This commit is contained in:
@@ -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
|
||||
========================================================================= */
|
||||
|
||||
Reference in New Issue
Block a user