kind of able to select more than 1.

This commit is contained in:
Bryce Covert
2019-04-17 07:47:37 -07:00
parent 5c44ef07de
commit 68ca16d382
4 changed files with 40 additions and 14 deletions

View File

@@ -109,7 +109,7 @@
(defn appearing-side-bar [{:keys [visible?]} & children ]
[appearing {:visible? visible? :enter-class "slide-in-right" :exit-class "slide-out-right" :timeout 500}
[:aside {:class "column is-3 aside menu" :style {:height "calc(100vh - 46px)" :overflow "auto"}}
[:aside {:class "column is-4 aside menu" :style {:height "calc(100vh - 46px)" :overflow "auto"}}
[:div.sub-main {} children ]]])
(defn side-bar-layout [{:keys [side-bar main ap bottom right-side-bar]}]