First round of work on the Launcher Config.

This commit is contained in:
Scott Idem
2026-01-30 13:22:01 -05:00
parent bf357e5244
commit 1d5401bbe5
2 changed files with 94 additions and 34 deletions

View File

@@ -1228,11 +1228,11 @@
</div>
<Drawer
class="bg-orange-100 opacity-90 hover:opacity-97 transition-all duration-1000 border border-gray-300 dark:border-gray-600"
class="bg-orange-100 opacity-90 hover:opacity-97 transition-all duration-1000 border border-gray-300 dark:border-gray-600 w-full md:w-96 lg:w-[28rem]"
placement="left"
transitionType="fly"
transitionParams={{
x: -320,
x: -450,
duration: 200,
easing: sineIn
}}