fix: use correct class names

This commit is contained in:
trisua 2025-08-04 12:25:54 -04:00
parent e5ff863e94
commit db63427795
6 changed files with 21 additions and 21 deletions

View file

@ -42,7 +42,7 @@
("id" "metadata_tab")
("class" "tab fadein hidden")))
(form
("class" "w-full flex justify_between gap_2 flex_collapse_rev")
("class" "w_full flex justify_between gap_2 flex_collapse_rev")
("style" "margin-top: var(--pad-2)")
("onsubmit" "create_entry(event)")
(button
@ -51,13 +51,13 @@
(div
("class" "flex gap_2")
(input
("class" "w-full")
("class" "w_full")
("type" "text")
("minlength" "2")
("name" "edit_code")
("placeholder" "Custom edit code"))
(input
("class" "w-full")
("class" "w_full")
("type" "text")
("minlength" "2")
("maxlength" "32")