Update folded header style (https://github.com/woocommerce/woocommerce-admin/pull/6724)
* Update folded header style * Make header full width for smaller screen * Add changelog
This commit is contained in:
parent
3b02fa02a5
commit
90f811f2dd
|
@ -60,6 +60,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.folded .woocommerce-layout__header {
|
||||||
|
width: calc(100% - 36px);
|
||||||
|
|
||||||
|
@include breakpoint( '<782px' ) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.is-wp-toolbar-disabled .woocommerce-layout__header {
|
.is-wp-toolbar-disabled .woocommerce-layout__header {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,6 +75,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
||||||
|
|
||||||
== Unreleased ==
|
== Unreleased ==
|
||||||
|
|
||||||
|
- Fix: Update folded header style #6724
|
||||||
- Fix: Fix unreleated variations showing up in the Products reports #6647
|
- Fix: Fix unreleated variations showing up in the Products reports #6647
|
||||||
- Tweak: Add tracking data for the preview site btn #6623
|
- 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
|
- Tweak: Add check to see if value for contains is array, show warning if not. #6645
|
||||||
|
|
Loading…
Reference in New Issue