From fc8c90c87c348bb764943c62c9754b649043561d Mon Sep 17 00:00:00 2001 From: jacr13 Date: Mon, 24 Jan 2022 18:26:53 +0100 Subject: [PATCH] fix input when in images tab (desktop) --- app/static/css/header.css | 2 +- app/templates/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index 73b57c6..b560fde 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -202,7 +202,7 @@ a.header-tab-a:visited { border-left: 1px solid rgba(0, 0, 0, 0.12); } -.mobile-input { +.search-bar-input { display: block; font-size: 16px; padding: 0 0 0 8px; diff --git a/app/templates/header.html b/app/templates/header.html index 268bd26..31d0f24 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -18,7 +18,7 @@ autocomplete="off" autocorrect="off" spellcheck="false" - class="mobile-input" + class="search-bar-input" name="q" type="text" value="{{ clean_query(query) }}" @@ -72,7 +72,7 @@ autocapitalize="none" autocomplete="off" autocorrect="off" - class="search-bar-desktop noHIxc" + class="search-bar-desktop search-bar-input" name="q" spellcheck="false" type="text"