Apply responsive header style to all pages (https://github.com/woocommerce/woocommerce-admin/pull/6292)
This commit is contained in:
parent
aa0f825548
commit
de61194cc0
|
@ -62,3 +62,9 @@
|
|||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-responsive-open {
|
||||
.woocommerce-layout__header {
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,12 +56,6 @@
|
|||
}
|
||||
|
||||
.woocommerce_page_wc-admin {
|
||||
.wp-responsive-open {
|
||||
.woocommerce-layout__header {
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-filters-date__content:not(.is-mobile) {
|
||||
z-index: 2; /* below of woocommerce-layout__header */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue