From a80b5dc110ed1a2bd708cdb8c3d41a28cac79e00 Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Thu, 11 Nov 2021 22:26:26 +0100 Subject: [fix] scaling of result page on small screens by @ZetaTom * thanks to https://github.com/ZetaTom for the fix! * set the width of the input#q element to 100% of the 1fr space of the grid layout * change the viewport meta tag to th recommended value (see: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics) * add a new @ultra-small-phone width of 20rem; when a device is smaller than that the search logo does not get displayed on the result page anymore --- searx/templates/simple/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index f6594041d..093b380f9 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -7,7 +7,7 @@ - + {% block title %}{% endblock %}{{ instance_name }} -- cgit v1.2.3