fix(korrespondenz): scale up strip rows to readable sizes
Spec measurements (7px/8px/9px text) were spec-document zoom artifacts — not viable at real browser scale. Updated to readable compact sizes: - Row 1 compact label: text-xs (12px) uppercase instead of 7px - Row 1 input: h-9 text-sm (36px/14px) instead of 30px/9px - Row 1 swap button: h-9 w-9 to align with taller inputs - Row 2 date inputs: h-8 text-xs (32px/12px) instead of 22px/8px - Row 2 label/count/sort: text-xs instead of 7px/8px Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,7 @@ function handleSuggestionSelect(id: string) {
|
||||
type="button"
|
||||
aria-label="Personen tauschen"
|
||||
onclick={onswapPersons}
|
||||
class="mb-[1px] flex h-[30px] w-[30px] shrink-0 items-center justify-center rounded-[3px] border border-line bg-surface text-ink-3 transition-colors hover:border-primary hover:text-primary"
|
||||
class="flex h-9 w-9 shrink-0 items-center justify-center rounded border border-line bg-surface text-ink-3 transition-colors hover:border-primary hover:text-primary"
|
||||
class:opacity-0={!swapVisible}
|
||||
class:pointer-events-none={!swapVisible}
|
||||
tabindex={swapVisible ? 0 : -1}
|
||||
|
||||
Reference in New Issue
Block a user