mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Dashboard columns:
* Improve responsive breakpoints for. * Remove obsolete network admin option. * Remove unnecessary JS. props SergeyBiryukov, kraftbj, lessbloat. fixes #26074. git-svn-id: https://develop.svn.wordpress.org/trunk@26392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2440,7 +2440,7 @@ html.wp-toolbar {
|
||||
}
|
||||
|
||||
/* two columns on the dash, but keep the setting if one is selected */
|
||||
@media only screen and (min-width: 800px) and (max-width: 1399px) {
|
||||
@media only screen and (min-width: 800px) and (max-width: 1499px) {
|
||||
#wpbody-content #dashboard-widgets .postbox-container {
|
||||
width: 49.5%;
|
||||
}
|
||||
@@ -2482,7 +2482,7 @@ html.wp-toolbar {
|
||||
}
|
||||
|
||||
/* three columns on the dash */
|
||||
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
|
||||
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
|
||||
#wpbody-content #dashboard-widgets .postbox-container {
|
||||
width: 33.5%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user