This commit is contained in:
Janus Knudsen 2025-08-02 23:59:52 +02:00
parent f29613e55f
commit 28ed131b9e
6 changed files with 151 additions and 90 deletions

View file

@ -32,7 +32,7 @@
/* Grid colors */
--color-grid-line: #e0e0e0;
--color-grid-line-light: rgba(0, 0, 0, 0.05);
--color-work-hours: rgba(0, 100, 0, 0.02);
--color-work-hours: rgba(0, 100, 0, 0.06);
--color-current-time: #ff0000;
/* Event colors */

View file

@ -303,7 +303,7 @@ swp-time-grid::before {
/* Grid lines */
swp-grid-lines {
position: absolute;
top: 0;
top: 15px;
left: 0;
right: 0;
bottom: 0;

View file

@ -213,7 +213,6 @@ swp-time-axis {
position: sticky;
left: 0;
z-index: 4;
padding-top: 80px; /* Match header height */
}
swp-hour-marker {