style(launcher): layout and Tailwind class adjustments

+layout.svelte: add lg:min-h-8/12 and max-h-screen to main content area.
launcher_background_sync.svelte: reposition sync monitor panel (bottom-15,
left-2, z-10 — was bottom-20, left-4, z-9999).
launcher_menu.svelte: reorder Tailwind classes for readability, no change
to applied styles.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-05-22 19:09:08 -04:00
parent 469729ce22
commit 194c89f6d1
3 changed files with 9 additions and 5 deletions

View File

@@ -146,8 +146,10 @@ let ae_promises: key_val = $state({
<div
class="
event_launcher_menu
flex h-full w-full max-w-full
shrink flex-col flex-wrap items-center justify-start gap-1
h-full
w-full max-w-full
flex flex-col flex-wrap items-center justify-start gap-1
shrink
">
<!-- overflow-x-clip -->