Final changes for this grid, now it looks good
This commit is contained in:
parent
a501f02d61
commit
df4506238e
1 changed files with 3 additions and 3 deletions
|
|
@ -216,8 +216,8 @@ swp-hour-marker::after {
|
|||
swp-hour-marker::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
top: -1px;
|
||||
left: 50px;
|
||||
width: calc(100vw - 60px); /* Full viewport width minus time-axis width */
|
||||
height: 1px;
|
||||
background: var(--color-hour-line);
|
||||
|
|
@ -362,7 +362,7 @@ swp-time-grid::before {
|
|||
/* Grid lines */
|
||||
swp-grid-lines {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue