Fixed grid lines again

pull/4/head
Antonio De Lucreziis 2 years ago
parent 4af3529b6e
commit abb98dfbc3

@ -797,12 +797,8 @@ body {
writing-mode: vertical-lr;
}
&.skip-border {
transform: translate(0, 1px);
}
&:not(.skip-border) {
height: calc(2 * var(--event-height) + 1px);
height: calc(2 * var(--event-height) + 0.5px);
border-bottom: 1px solid var(--border-500);
}
}
@ -913,6 +909,8 @@ body {
height: 0px;
border-bottom: 1px dashed var(--border-500);
transform: translate(0, -1px);
// align-self: center;
position: relative;

Loading…
Cancel
Save