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, 8 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index b81e8c01..202e3a34 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -173,6 +173,10 @@ html, body {
}
}
+li > button {
+ width: 100%;
+}
+
/* Eventlist
----------------------------------------
The sidebar with all the events
@@ -950,6 +954,10 @@ along with their colors.
background-color: var(--color);
}
+.side-by-side {
+ display: flex;
+}
+
/* Icalendar
----------------------------------------
*/