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
Dropdown shall have some bottom padding in the menu – when the last item is active it looks visually stressed.
The dropdown flyout is 1px off to the left.
Add some bottom padding to the dropdown menu
Mockup that adds 12px extra bottom padding:
Note that this will be less urgent if #360 is addressed, but would still be worth having.
Secondly, there's an issue with the dropdown positioning, it's 1px off, which is most visible on the About subpages:
Fix the positioning of the dropdown menu to not be 1px off
This is likely due to the left: -1px; rule applied to the dropdown menu:
From WordPress/wporg-main-2022#221
Mockup that adds 12px extra bottom padding:
Note that this will be less urgent if #360 is addressed, but would still be worth having.
Secondly, there's an issue with the dropdown positioning, it's 1px off, which is most visible on the About subpages:
This is likely due to the
left: -1px;
rule applied to the dropdown menu:This negative margin exists when the menu uses "default colors" (in this case external colors unknown to the navigation block), and this is set to 0 as soon as the navigation block
has-background
, for example. See also: https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/navigation/style.scss#L272The text was updated successfully, but these errors were encountered: