From 1ef01481fa9e70ef688b24ffd7957b97f020bb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Dec 2021 01:49:11 +0100 Subject: Major move from week to calendar meta-view. Also repairs month view. --- static/style.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 92ab9441..2ae55a31 100644 --- a/static/style.scss +++ b/static/style.scss @@ -332,12 +332,15 @@ along with their colors. .cal-cell { overflow-y: auto; - .event { + .event, vevent-block { font-size: 8pt; border-radius: 5px; padding: 2px; - margin: 2px; + margin-top: 2px; + margin-bottom: 2px; font-family: arial; + + box-sizing: border-box; } } @@ -545,7 +548,9 @@ vevent-block, .event { background-color: var(--color); color: var(--complement); - position: absolute; + // position: absolute; + display: block; + width: 100%; min-height: 1em; border: 1px solid black; -- cgit v1.2.3