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