aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-15 00:52:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-15 00:52:17 +0200
commit61ea4f649919d8fef95c98a22d6ff65e4c8cf95b (patch)
tree6e46c6467c801669f42ca78b2ca175f6c4e08818 /static
parentRepair jump to date. (diff)
downloadcalp-61ea4f649919d8fef95c98a22d6ff65e4c8cf95b.tar.gz
calp-61ea4f649919d8fef95c98a22d6ff65e4c8cf95b.tar.xz
Move --editmode width for generated events to fix css.
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index a413ce83..36f1a0c3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -621,6 +621,14 @@ along with their colors.
transition: none;
}
+.longevents .event.generated {
+ bottom: 0;
+ height: calc(100% * var(--editmode));
+}
+.events .event.generated {
+ width: calc(100% * var(--editmode));
+}
+
.clock-0 { top: calc(100%/24 * 0); }
.clock-2 { top: calc(100%/24 * 2); }
.clock-4 { top: calc(100%/24 * 4); }