From 61ea4f649919d8fef95c98a22d6ff65e4c8cf95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 15 Jul 2020 00:52:17 +0200 Subject: Move --editmode width for generated events to fix css. --- module/output/html.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'module/output') 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 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"))))))))) -- cgit v1.2.3