fix(ux): touch-targets auf 44px (iOS-Minimum) anheben

This commit is contained in:
Ulas Kalayci
2026-04-29 21:02:00 +02:00
parent 137bc9ba23
commit 17232cf35f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
align-items: center;
gap: var(--space-1);
padding: 0 var(--space-3);
height: 36px;
height: var(--target-base);
border-radius: var(--radius-full);
border: none;
background: transparent;
+1 -1
View File
@@ -59,7 +59,7 @@
background-color: transparent;
color: var(--color-text-secondary);
transition: all var(--transition-fast);
min-height: 36px;
min-height: var(--target-base);
}
.list-tab:hover:not(.list-tab--active) {