From ad3cbe068a4426512ff0ae14bcfe3cdf808fbec1 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 11 Aug 2021 20:26:02 +0200 Subject: [PATCH] Fix right border of calendar and day size --- editor/src/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 9a28acc..f76091a 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -246,15 +246,15 @@ mark { .calendar-grid { display: grid; - width: calc(8*48px); + width: 257px; grid-template-columns: repeat(8, auto); border-right: 1px solid #444; border-bottom: 1px solid #444; .day { - width: 48px; - height: 48px; + width: 32px; + height: 32px; border-left: 1px solid #444; border-top: 1px solid #444;