Media: make search input full width on mobile. Take two.

Props m1tk00.
Fixes #40130.


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


git-svn-id: http://core.svn.wordpress.org/trunk@46019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Adam Silverstein 2019-09-20 20:09:54 +00:00
parent 3cf6276ed0
commit a2f45dc9eb
5 changed files with 11 additions and 3 deletions

View File

@ -4042,6 +4042,10 @@ img {
.nav-tab-active:focus:active { .nav-tab-active:focus:active {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
.wp-filter .search-form input[type="search"] {
width: 100%;
}
} }
@media screen and (max-width: 320px) { @media screen and (max-width: 320px) {

File diff suppressed because one or more lines are too long

View File

@ -4042,6 +4042,10 @@ img {
.nav-tab-active:focus:active { .nav-tab-active:focus:active {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
.wp-filter .search-form input[type="search"] {
width: 100%;
}
} }
@media screen and (max-width: 320px) { @media screen and (max-width: 320px) {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-alpha-46206'; $wp_version = '5.3-alpha-46207';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.