Heiwa: Update navigation width (#6573)

Heiwa: Update navigation width
This commit is contained in:
Takashi Irie 2022-09-21 14:48:40 +01:00 committed by GitHub
parent 5c4b256fb7
commit a1e6b4af5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
heiwa/assets/theme.css Normal file
View file

@ -0,0 +1,13 @@
/**
* We need this until https://github.com/WordPress/gutenberg/issues/44182 gets resolved
*/
.wp-block-navigation__responsive-close {
max-width: none;
}
/**
* Override the default padding value from Gutenberg to avoid the icon jumping
*/
.wp-block-navigation__responsive-container.is-menu-open {
padding-top: var(--wp--custom--gap--vertical);
}