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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user