migrates accounts

This commit is contained in:
2023-10-14 23:21:22 -07:00
parent b1580b6e35
commit f997c41abd
13 changed files with 559 additions and 126 deletions

View File

@@ -5,7 +5,7 @@
[:div
[:div#modal-holder { :tabindex "-1", :class "fixed top-0 left-0 right-0 z-50 w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full flex justify-center hidden" :aria-hidden true
"_" (hiccup/raw "on closeModal transition <#modal-holder .modal-content /> opacity to 0.0 over 300ms then call hideModal() ")}
[:div {:class "relative w-full max-w-2xl max-h-full"}
[:div {:class (str "relative w-full max-h-full " (or (:modal-class params) " max-w-2xl "))}
(into [:div#modal-content]
children)]
]