fix(ui): modal-close 44px, widget-link tap-target 44px

Modal-Close: --target-md (40px) → --target-base (44px), Apple HIG.
Widget-Link: min-height 44px + padding für ausreichendes Tap-Target.
This commit is contained in:
Ulas Kalayci
2026-04-27 22:21:36 +02:00
parent f5d702c5e1
commit e839e40906
2 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -898,8 +898,8 @@
}
.modal-panel__close {
width: var(--target-md);
height: var(--target-md);
width: var(--target-base);
height: var(--target-base);
display: flex;
align-items: center;
justify-content: center;