From ae3142da0cf31696f4ab4ad258c5483b7c5490b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 8 Nov 2021 19:38:42 +0100 Subject: Major work on event creation. --- static/style.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 56acd18c..4c645ff7 100644 --- a/static/style.scss +++ b/static/style.scss @@ -535,13 +535,19 @@ along with their colors. } /* graphical block in the calendar */ -.event { +vevent-block, .event { transition: 0.3s; font-size: var(--event-font-size); overflow: visible; background-color: var(--color); color: var(--complement); + position: absolute; + width: 100%; + min-height: 1em; + border: 1px solid black; + /* backgroudn: blue; */ + /* Event is not confirmed to happen */ &.tentative { border: 3px dashed black; -- cgit v1.2.3