Media: make search input full width on mobile. Take two.
Props m1tk00. Fixes #40130. git-svn-id: https://develop.svn.wordpress.org/trunk@46207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f6b8632508
commit
dcd3371c3b
@ -4042,6 +4042,10 @@ img {
|
||||
.nav-tab-active:focus:active {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.wp-filter .search-form input[type="search"] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px) {
|
||||
|
Loading…
Reference in New Issue
Block a user