Improves calendar header spacing.

Adds padding to the calendar header for better visual appearance.
This commit is contained in:
Janus C. H. Knudsen 2025-10-10 00:06:31 +02:00
parent 8ca49037e9
commit 7a79297854

View file

@ -211,7 +211,7 @@ swp-calendar-header {
grid-auto-rows: var(--single-row-height); grid-auto-rows: var(--single-row-height);
/* Each row is exactly SINGLE_ROW_HEIGHT */ /* Each row is exactly SINGLE_ROW_HEIGHT */
gap: 2px 0px; gap: 2px 0px;
padding: 0px; padding: 2px 0px 5px 0px;
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
} }