Refines all-day event display
Improves the visual appearance of all-day events by adjusting padding and margins. Reduces padding in the all-day container and adds margins to individual events for better spacing.
This commit is contained in:
parent
f2ad13776f
commit
135787146c
1 changed files with 3 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ swp-allday-container {
|
|||
grid-template-columns: repeat(var(--grid-columns, 7), minmax(var(--day-column-min-width), 1fr));
|
||||
grid-auto-rows: var(--single-row-height); /* Each row is exactly SINGLE_ROW_HEIGHT */
|
||||
gap: 2px 0px;
|
||||
padding: 2px;
|
||||
padding: 0px;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -328,6 +328,7 @@ swp-allday-container swp-event {
|
|||
left: auto !important;
|
||||
right: auto !important;
|
||||
top: auto !important;
|
||||
margin: 1px;
|
||||
padding: 2px 4px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
@ -603,4 +604,4 @@ swp-calendar-container.week-transition {
|
|||
|
||||
swp-calendar-container.week-transition-out {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue