New rules styles, resize pages

This commit is contained in:
alonso.torres 2022-01-26 17:26:57 +01:00
parent 1599b2644a
commit ada837f7e4
12 changed files with 153 additions and 83 deletions

View file

@ -278,3 +278,8 @@
dw/reset-zoom
(dw/update-viewport-position {:x (constantly 0) :y (constantly 0)})))
(defn ^:export hide-ui
[]
(st/emit!
(dw/toggle-layout-flags :hide-ui)))