aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-07 16:25:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-07 16:25:33 +0100
commitf08ccb9c0ae8413560e1e1aa0036670327539ffa (patch)
treecf896b092222fc1799fb1ace1d42b6c96e1af2a3 /module/calp/html/view/calendar
parentAdd delete-{parameter,property}! (diff)
downloadcalp-f08ccb9c0ae8413560e1e1aa0036670327539ffa.tar.gz
calp-f08ccb9c0ae8413560e1e1aa0036670327539ffa.tar.xz
Add fullscreen button to popups.
Diffstat (limited to 'module/calp/html/view/calendar')
-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"))
"🗑"))