aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss8
1 files changed, 7 insertions, 1 deletions
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;