Post UI: Increase the trigger width for switching from two columns to one.
props melchoyce, vinod dalvi. fixes #23904. Built from https://develop.svn.wordpress.org/trunk@25688 git-svn-id: http://core.svn.wordpress.org/trunk@25604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
328c4e9a67
commit
26e6703de7
|
@ -2091,7 +2091,7 @@ html.wp-toolbar {
|
|||
}
|
||||
|
||||
/* 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 {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue