small steps

This commit is contained in:
Janus Knudsen 2025-08-04 23:31:08 +02:00
parent 42901212da
commit e37b3d7004
2 changed files with 13 additions and 17 deletions

View file

@ -277,9 +277,8 @@ swp-week-header::after {
z-index: 1;
}
/* Orange header sections in row 2 */
swp-header-section-left {
grid-column: 1 / 3; /* Span columns 1-2 */
/* All-day events in row 2 */
swp-allday-event {
grid-row: 2; /* Row 2 only */
background: #ff9800; /* Orange background */
display: flex;
@ -288,13 +287,8 @@ swp-header-section-left {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
swp-header-section-right {
grid-column: 3 / 8; /* Span columns 3-7 */
grid-row: 2; /* Row 2 only */
background: #ff9800; /* Orange background */
display: flex;
align-items: center;
justify-content: center;
swp-allday-event:last-child {
border-right: none; /* Remove border from last all-day event */
}
/* Scrollable content */