Adds header sections to calendar week view
Improves calendar week view by adding header sections. This change introduces two new header sections, styled with an orange background, to the calendar week view. These sections are positioned in the second row of the week header, enhancing the visual organization and potentially providing space for additional information or actions related to the week view. The overall height of the header has also been adjusted to accommodate the new row.
This commit is contained in:
parent
a097b41def
commit
3691ebea85
3 changed files with 37 additions and 7 deletions
|
|
@ -226,7 +226,7 @@ swp-week-header {
|
|||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
height: 80px; /* Fixed height */
|
||||
height: 110px; /* Fixed height */
|
||||
}
|
||||
|
||||
swp-day-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue