fix input when in images tab (desktop)
This commit is contained in:
parent
200fac9050
commit
fc8c90c87c
|
@ -202,7 +202,7 @@ a.header-tab-a:visited {
|
||||||
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-input {
|
.search-bar-input {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0 0 0 8px;
|
padding: 0 0 0 8px;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
class="mobile-input"
|
class="search-bar-input"
|
||||||
name="q"
|
name="q"
|
||||||
type="text"
|
type="text"
|
||||||
value="{{ clean_query(query) }}"
|
value="{{ clean_query(query) }}"
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
autocapitalize="none"
|
autocapitalize="none"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
class="search-bar-desktop noHIxc"
|
class="search-bar-desktop search-bar-input"
|
||||||
name="q"
|
name="q"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user