Fix responsiveness
CI / backend (push) Successful in 6m14s
CI / frontend (push) Failing after 59s

This commit is contained in:
2026-08-12 05:45:12 +08:00
parent 00f832aa73
commit 4c5aafe591
27 changed files with 414 additions and 186 deletions
@@ -5,7 +5,7 @@
>
<!-- Toolbar light chrome, no decorative overlays on the page -->
<div
class="flex flex-wrap items-center gap-1 px-3 py-2 bg-surface border-b border-line text-sm text-ink shrink-0"
class="flex flex-wrap items-center gap-0.5 sm:gap-1 px-2 sm:px-3 py-2 bg-surface border-b border-line text-sm text-ink shrink-0"
data-testid="scan-viewer-toolbar"
>
<button
@@ -79,7 +79,7 @@
/>
</div>
<div v-else-if="error" class="flex h-full items-center justify-center p-6">
<div v-else-if="error" class="flex min-h-[10rem] items-center justify-center p-4 sm:p-6">
<InlineError
class="max-w-md w-full"
title="Could not load document"