aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-08-09 23:35:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-08-15 19:44:59 +0200
commitce42ed14891014e8be344fde7e3e25a2b26c150a (patch)
tree51a664c0d9644c34d0dfa21b9796edd8a8a5b4da /static/style.scss
parentFix paginator buttons forgetting future clause. (diff)
downloadcalp-ce42ed14891014e8be344fde7e3e25a2b26c150a.tar.gz
calp-ce42ed14891014e8be344fde7e3e25a2b26c150a.tar.xz
Render attachements to HTML frontend.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index ef2b3611..5a006684 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -529,6 +529,7 @@ along with their colors.
}
}
+/* graphical block in the calendar */
.event {
transition: 0.3s;
font-size: var(--event-font-size);
@@ -645,6 +646,11 @@ along with their colors.
}
}
+.attach {
+ max-width: 100%;
+ max-height: 3cm;
+}
+
/* */
.longevents {