Customize: Remove extra left padding in core for site title and widgets in preview.
These styles should only be applied by theme stylesheets as needed. Props sirbrillig. Reverts parts of [39202] and [39233]. See #38651. Fixes #39349. Built from https://develop.svn.wordpress.org/trunk@39685 git-svn-id: http://core.svn.wordpress.org/trunk@39625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a676166a63
commit
ea0f8b53f1
|
@ -252,14 +252,6 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
|
|||
}
|
||||
|
||||
@media screen and (max-width:320px) {
|
||||
body.customize-partial-edit-shortcuts-shown .site-title {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
body.customize-partial-edit-shortcuts-shown .widget-area .widget {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.widget .customize-partial-edit-shortcut button,
|
||||
.customize-partial-edit-shortcut button {
|
||||
right: -30px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -252,14 +252,6 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
|
|||
}
|
||||
|
||||
@media screen and (max-width:320px) {
|
||||
body.customize-partial-edit-shortcuts-shown .site-title {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
body.customize-partial-edit-shortcuts-shown .widget-area .widget {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.widget .customize-partial-edit-shortcut button,
|
||||
.customize-partial-edit-shortcut button {
|
||||
left: -30px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-39684';
|
||||
$wp_version = '4.8-alpha-39685';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue