parent
5c4b256fb7
commit
a1e6b4af5c
1 changed files with 13 additions and 0 deletions
13
heiwa/assets/theme.css
Normal file
13
heiwa/assets/theme.css
Normal 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);
|
||||
}
|
Loading…
Reference in a new issue