Style work

This commit is contained in:
Scott Idem
2026-05-14 17:55:05 -04:00
parent 76b4adef74
commit c4e2e64a7e

View File

@@ -139,7 +139,7 @@ class:to-90%={$ae_sess.show_help_tech} -->
{!$ae_sess.show_help_tech ? e_class_form_hidden : e_class_form_showing}
relative
"
class:w-xl={$ae_sess.show_help_tech}
class:w-lg={$ae_sess.show_help_tech}
class:w-fit={!$ae_sess.show_help_tech}
class:mx-auto={$ae_sess.show_help_tech}
class:m-2={$ae_sess.show_help_tech}
@@ -154,7 +154,7 @@ class:to-90%={$ae_sess.show_help_tech} -->
<div
class="
flex
w-xl flex-col items-center
w-sm sm:w-xl flex-col items-center
justify-center gap-1
rounded-xl
border border-gray-500/20 bg-blue-200
@@ -232,7 +232,8 @@ class:to-90%={$ae_sess.show_help_tech} -->
<textarea
class="
form-control
h-24 w-full max-w-lg rounded
h-24
w-full max-w-xs sm:max-w-xl rounded
border border-gray-300 bg-white
p-2 text-gray-950
dark:bg-gray-500 dark:text-gray-50