Final changes for this grid, now it looks good

This commit is contained in:
Janus Knudsen 2025-08-05 19:07:09 +02:00
parent a501f02d61
commit df4506238e

View file

@ -216,8 +216,8 @@ swp-hour-marker::after {
swp-hour-marker::before { swp-hour-marker::before {
content: ''; content: '';
position: absolute; position: absolute;
top: 0; top: -1px;
left: 100%; left: 50px;
width: calc(100vw - 60px); /* Full viewport width minus time-axis width */ width: calc(100vw - 60px); /* Full viewport width minus time-axis width */
height: 1px; height: 1px;
background: var(--color-hour-line); background: var(--color-hour-line);
@ -362,7 +362,7 @@ swp-time-grid::before {
/* Grid lines */ /* Grid lines */
swp-grid-lines { swp-grid-lines {
position: absolute; position: absolute;
top: 1px; top: 0px;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;