Themes: Adjust CSS media query for theme overlay to match the breakpoint for a folded admin menu.
Props chetan200891. Fixes #48250. Built from https://develop.svn.wordpress.org/trunk@46443 git-svn-id: http://core.svn.wordpress.org/trunk@46241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38a8513cf2
commit
93279742c1
|
@ -824,7 +824,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Admin menu is folded */
|
/* Admin menu is folded */
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 960px) {
|
||||||
.theme-overlay .theme-wrap {
|
.theme-overlay .theme-wrap {
|
||||||
right: 65px;
|
right: 65px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -824,7 +824,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Admin menu is folded */
|
/* Admin menu is folded */
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 960px) {
|
||||||
.theme-overlay .theme-wrap {
|
.theme-overlay .theme-wrap {
|
||||||
left: 65px;
|
left: 65px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-beta2-46442';
|
$wp_version = '5.3-beta2-46443';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue