Fix webapp mobile layout

This commit is contained in:
daylily
2026-01-12 15:09:12 -06:00
parent 79b438623b
commit dfec24db24
11 changed files with 107 additions and 116 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const unsupported = navigator.requestMIDIAccess === undefined
<ModeWatcher />
<Toaster position="bottom-center" duration={2000} />
<div class="max-w-screen-xl min-h-dvh m-auto p-8 stack gap-4">
<div class="max-w-screen-xl min-h-dvh m-auto p-6 stack gap-4">
{#if unsupported}
<Unsupported />
{:else}