Better for the small screens now.

This commit is contained in:
Scott Idem
2026-04-08 15:19:07 -04:00
parent 3659fef17c
commit dd339a7280

View File

@@ -159,7 +159,7 @@ function handle_qr_scan_result(event: {
</div>
{/if}
<div class="flex grow flex-row items-center justify-center gap-2">
<div class="flex grow flex-row flex-wrap items-center justify-center gap-2">
<!-- An extra "start" button that will just set the focus to the input form field -->
<button
@@ -185,7 +185,8 @@ function handle_qr_scan_result(event: {
data-lpignore="true"
class="
input grow
min-w-96 md:max-w-1/2
min-w-32
sm:min-w-96 md:max-w-1/2
transition-all
font-mono text-lg
bg-red-50-900 dark:bg-red-50-950