mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Add padding to #wpbody at viewports < 600px so that content isn't overlapped by the absolute-positioned adminbar. See #25858.
git-svn-id: https://develop.svn.wordpress.org/trunk@26379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e64d1e8eb7
commit
34d12c41c5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user