aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/calp/html/view/calendar/week.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/calp/html/view/calendar/week.scm b/module/calp/html/view/calendar/week.scm
index 16d7474c..6df51da2 100644
--- a/module/calp/html/view/calendar/week.scm
+++ b/module/calp/html/view/calendar/week.scm
@@ -104,6 +104,11 @@
(title "Stäng")
(aria-label "Close"))
"×")
+ (button (@ (class "maximize-button")
+ (title "Fullskärm")
+ ;; (aria-label "")
+ )
+ "🗖")
(button (@ (class "remove-button")
(title "Ta Bort"))
"🗑"))