Administration: Make the Screen Options available on small screens.

Previously, the Screen Options toggle and the related panel content 
were hidden on small screens, preventing access to important settings,
including the ability to toggle the meta boxes visibility.

Props chetan200891.
Fixes #40985.

Built from https://develop.svn.wordpress.org/trunk@42644


git-svn-id: http://core.svn.wordpress.org/trunk@42473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2018-02-03 16:58:30 +00:00
parent 430a724a03
commit 8a664edcab
5 changed files with 5 additions and 7 deletions

View File

@ -3694,8 +3694,7 @@ img {
}
/* Hidden Elements */
#screen-meta,
#screen-meta-links,
#contextual-help-link-wrap,
#collapse-menu,
.post-format-select {
display: none !important;

File diff suppressed because one or more lines are too long

View File

@ -3694,8 +3694,7 @@ img {
}
/* Hidden Elements */
#screen-meta,
#screen-meta-links,
#contextual-help-link-wrap,
#collapse-menu,
.post-format-select {
display: none !important;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42643';
$wp_version = '5.0-alpha-42644';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.