|
|
@ -797,12 +797,8 @@ body {
|
|
|
|
writing-mode: vertical-lr;
|
|
|
|
writing-mode: vertical-lr;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.skip-border {
|
|
|
|
|
|
|
|
transform: translate(0, 1px);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:not(.skip-border) {
|
|
|
|
&: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);
|
|
|
|
border-bottom: 1px solid var(--border-500);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -913,6 +909,8 @@ body {
|
|
|
|
height: 0px;
|
|
|
|
height: 0px;
|
|
|
|
border-bottom: 1px dashed var(--border-500);
|
|
|
|
border-bottom: 1px dashed var(--border-500);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transform: translate(0, -1px);
|
|
|
|
|
|
|
|
|
|
|
|
// align-self: center;
|
|
|
|
// align-self: center;
|
|
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|