* Update folded header style

* Make header full width for smaller screen

* Add changelog
This commit is contained in:
Hsing-yu Flowers 2021-04-01 02:42:32 -04:00 committed by GitHub
parent 3b02fa02a5
commit 90f811f2dd
2 changed files with 9 additions and 0 deletions

View File

@ -60,6 +60,14 @@
}
}
.folded .woocommerce-layout__header {
width: calc(100% - 36px);
@include breakpoint( '<782px' ) {
width: 100%;
}
}
.is-wp-toolbar-disabled .woocommerce-layout__header {
top: 0;
}

View File

@ -75,6 +75,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
== Unreleased ==
- Fix: Update folded header style #6724
- Fix: Fix unreleated variations showing up in the Products reports #6647
- Tweak: Add tracking data for the preview site btn #6623
- Tweak: Add check to see if value for contains is array, show warning if not. #6645