From abb98dfbc36bbe419e70348af7f9020aab3d3530 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 25 Sep 2022 18:00:28 +0200 Subject: [PATCH] Fixed grid lines again --- src/styles/main.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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;