fix input when in images tab (desktop)

This commit is contained in:
jacr13 2022-01-24 18:26:53 +01:00
parent 200fac9050
commit fc8c90c87c
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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"