aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
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 /module/output/html.scm
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 'module/output/html.scm')
-rw-r--r--module/output/html.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 2d113b35..2d485791 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -845,12 +845,7 @@
summary: "New Event")))))
(caddar ; strip <a> tag
(make-block (car (children cal))
- `((class " generated ")
- ;; TODO currently without this the event is always
- ;; full width. Adding this however completely breaks
- ;; creation of long events.
- ;; (style "width:calc(100%*var(--editmode));")
- )
+ `((class " generated "))
element-id: "GENERATED")))))))))