Make WordPress Core

Changeset 20335


Ignore:
Timestamp:
03/31/2012 05:00:08 PM (13 years ago)
Author:
azaozz
Message:

Switch to one column on the edit/write screens at 850px (the editor becomes unusable at narrower screens and two columns), see #20015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r20293 r20335  
    19501950
    19511951/* one column on the post write/edit screen */
    1952 @media only screen and (max-width: 1025px) {
     1952@media only screen and (max-width: 850px) {
    19531953    #wpbody-content #poststuff #post-body {
    19541954        margin: 0;
Note: See TracChangeset for help on using the changeset viewer.