diff --git a/src/styles/main.scss b/src/styles/main.scss index 894d816..7f61447 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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;