simple issue
This commit is contained in:
@@ -52,8 +52,6 @@
|
|||||||
(hh/add-class (or c "") " flex items-center p-2 pl-11 w-full text-base font-normal rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700")))])])
|
(hh/add-class (or c "") " flex items-center p-2 pl-11 w-full text-base font-normal rounded-lg transition duration-75 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700")))])])
|
||||||
|
|
||||||
(defn left-aside- [{:keys [nav page-specific]} & children]
|
(defn left-aside- [{:keys [nav page-specific]} & children]
|
||||||
|
|
||||||
(Thread/sleep 500)
|
|
||||||
[:aside {:id "left-nav",
|
[:aside {:id "left-nav",
|
||||||
:class "fixed top-0 left-0 pt-16 z-20 w-64 h-screen transition-transform",
|
:class "fixed top-0 left-0 pt-16 z-20 w-64 h-screen transition-transform",
|
||||||
"x-transition:enter" "transition duration-500"
|
"x-transition:enter" "transition duration-500"
|
||||||
|
|||||||
Reference in New Issue
Block a user