You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following could fix this, it removes the right padding of the main menu item, which then is added to the arrow button. So spacing is more or less the same as before. It also adds some spacing on the right of the arrow.
.page-navigation a {
padding-right: 0; /* add this */
}
@media (min-width: 60.125em) {
.navigation-submenu-toggle {
/*padding: 0;*/ /* remove this */
}
}
Describe the bug
I often misclick when using a pointer device.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The touch target is at least 44x44 (thick thumbs anyone?)
Screenshots
The menu items are already > 44px in height :)
The text was updated successfully, but these errors were encountered: