fix: tetratto utility class names
This commit is contained in:
parent
15b417c6d6
commit
e5ff863e94
7 changed files with 21 additions and 21 deletions
|
@ -4,7 +4,7 @@
|
|||
(link ("rel" "icon") ("href" "/public/favicon.svg"))
|
||||
(text "{% endblock %} {% block body %}")
|
||||
(div
|
||||
("class" "flex items-center bar")
|
||||
("class" "flex items_center bar")
|
||||
(button
|
||||
("class" "button tab_button")
|
||||
("id" "editor_tab_button")
|
||||
|
@ -39,11 +39,11 @@
|
|||
("id" "metadata_tab")
|
||||
("class" "tab fadein hidden")))
|
||||
(form
|
||||
("class" "w-full flex flex-col gap-2")
|
||||
("class" "w-full flex flex-col gap_2")
|
||||
("style" "margin-top: var(--pad-2)")
|
||||
("onsubmit" "edit_entry(event)")
|
||||
(div
|
||||
("class" "w-full flex gap-2")
|
||||
("class" "w-full flex gap_2")
|
||||
(input
|
||||
("class" "w-full")
|
||||
("type" "text")
|
||||
|
@ -54,7 +54,7 @@
|
|||
(input ("class" "w-full") ("style" "visibility: hidden") ("aria-hidden" "true") ("disabled" "true"))
|
||||
(input ("class" "w-full") ("style" "visibility: hidden") ("aria-hidden" "true") ("disabled" "true")))
|
||||
(div
|
||||
("class" "flex gap-2")
|
||||
("class" "flex gap_2")
|
||||
(input
|
||||
("class" "w-full")
|
||||
("type" "text")
|
||||
|
@ -75,9 +75,9 @@
|
|||
("oninput" "check_exists_input(event)")
|
||||
("placeholder" "New url")))
|
||||
(div
|
||||
("class" "w-full flex justify-between gap-2")
|
||||
("class" "w-full flex justify_between gap_2")
|
||||
(div
|
||||
("class" "flex gap-2")
|
||||
("class" "flex gap_2")
|
||||
(button
|
||||
("class" "button green")
|
||||
(text "Save"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue