Post UI: Increase the trigger width for switching from two columns to one.
props melchoyce, vinod dalvi. fixes #23904. git-svn-id: https://develop.svn.wordpress.org/trunk@25688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f7760db6f
commit
d529239d24
@ -2091,7 +2091,7 @@ html.wp-toolbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* one column on the post write/edit screen */
|
/* one column on the post write/edit screen */
|
||||||
@media only screen and (max-width: 850px) {
|
@media only screen and (max-width: 960px) {
|
||||||
#wpbody-content #poststuff #post-body {
|
#wpbody-content #poststuff #post-body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user