aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 19:32:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 19:33:34 +0100
commit41ac219bbea39293aab220fe74f9fe200039a587 (patch)
tree8bc41723c99b4d3e940084b6ea8628353d205e1a /static/style.scss
parentBroke event_to_jcal out into function. (diff)
downloadcalp-41ac219bbea39293aab220fe74f9fe200039a587.tar.gz
calp-41ac219bbea39293aab220fe74f9fe200039a587.tar.xz
Add debug buttons in popup for dumping xcal and jcal.
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 4cd6b410..2d6b87b6 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
@@ -944,6 +948,10 @@ along with their colors.
background-color: var(--color);
}
+.side-by-side {
+ display: flex;
+}
+
/* Icalendar
----------------------------------------
*/