diff --git a/CHANGELOG.md b/CHANGELOG.md index ab05e7c1..2ae00f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0...v1.1.0-alpha.1) (2023-05-11) + + +### Features + +* add mobile menu part proof of concept ([#3](https://github.com/Automattic/newspack-block-theme/issues/3)) ([3768123](https://github.com/Automattic/newspack-block-theme/commit/3768123019a5400509d145b033300934b901f55f)) + # 1.0.0 (2023-05-03) diff --git a/functions.php b/functions.php index cdff6559..40d4ac29 100644 --- a/functions.php +++ b/functions.php @@ -1,7 +1,7 @@ .wp-block-button__link:not(.has-background):hover{background-color:var(--wp--preset--color--secondary);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--secondary)}a{text-decoration-thickness:.0625em!important;text-underline-offset:.15em}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}.desktop-header{display:none}@media only screen and (min-width:992px){.desktop-header{display:inherit}.mobile-header{display:none}}.mobile-sidebar{background:var(--wp--custom--background--mobile-menu);inset:0 -100% 0 auto;overflow:auto;padding:2rem;position:fixed;transition:right .2s;width:90%;z-index:999999}@media only screen and (min-width:782px){.mobile-sidebar{width:50%}}.mobile-sidebar>*{visibility:hidden}.overlay-mask{background:var(--wp--custom--background--mobile-menu-overlay);content:"";display:none;inset:0;position:fixed;z-index:2000}.menu-open--mobile-menu .mobile-sidebar{right:0}.menu-open--mobile-menu .mobile-sidebar>*{visibility:visible}.menu-open--mobile-menu .overlay-mask{display:block} \ No newline at end of file