theme.css 353 B

12345678910111213
  1. /**
  2. * We need this until https://github.com/WordPress/gutenberg/issues/44182 gets resolved
  3. */
  4. .wp-block-navigation__responsive-close {
  5. max-width: none;
  6. }
  7. /**
  8. * Override the default padding value from Gutenberg to avoid the icon jumping
  9. */
  10. .wp-block-navigation__responsive-container.is-menu-open {
  11. padding-top: var(--wp--custom--gap--vertical);
  12. }