Fixed search box size

master
Keith Irwin 2022-10-20 09:58:13 -06:00
parent 8afa1dae62
commit 3c055358c9
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<p><form method="POST" action="https://searxng.gf4.pw/search" style="display:flex;justify-content:space-between">
<input type="search" autofocus name="q" placeholder="Search for..." aria-label="Search for..." autocomplete="off" value accesskey="s" style="100%">
<input type="search" autofocus name="q" placeholder="Search for..." aria-label="Search for..." autocomplete="off" value accesskey="s" style="width:100%">
<button type="submit" style="flex-basis:fit-content">Go!</button>
</form></p>