Add padding to #wpbody at viewports < 600px so that content isn't overlapped by the absolute-positioned adminbar. See #25858.
Built from https://develop.svn.wordpress.org/trunk@26379 git-svn-id: http://core.svn.wordpress.org/trunk@26279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
096fe2d4f0
commit
43ef093ce1
|
@ -12204,6 +12204,10 @@ li#wp-admin-bar-toggle-button {
|
|||
html.wp-toolbar {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#wpbody {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
.auto-fold #adminmenu {
|
||||
top: 46px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12204,6 +12204,10 @@ li#wp-admin-bar-toggle-button {
|
|||
html.wp-toolbar {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#wpbody {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
.auto-fold #adminmenu {
|
||||
top: 46px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue