Move the responsive padding for html.wp-toolbar to wp-admin.css since it affects the page content, not the toolbar.
Built from https://develop.svn.wordpress.org/trunk@26177 git-svn-id: http://core.svn.wordpress.org/trunk@26086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -11034,6 +11034,10 @@ li#wp-admin-bar-toggle-button {
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 240px;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user