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 {
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue