From 08d6376eed75e87bc340adb33d6d2ed4597a19a3 Mon Sep 17 00:00:00 2001 From: Nikhil Tanwar <2002nikhiltanwar@gmail.com> Date: Sun, 26 Feb 2023 19:38:15 +0530 Subject: [PATCH] Economical space usage in search form No pre defined height for devices with with max-width 590px now. The previous height took a good amount of space on some devices. --- static/skin/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/skin/index.css b/static/skin/index.css index 5a1822341..16b4dd96c 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -490,8 +490,9 @@ body { @media screen and (max-width: 590px) { - .kiwixNav { - height: 285px; + .kiwixNav__SearchForm { + display: flex; + flex-direction: column; } .kiwixHomeBody {