mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[enh] smaller search form @ results page
This commit is contained in:
parent
a8736f0713
commit
247c9144f2
@ -23,3 +23,5 @@ a { text-decoration: none; }
|
||||
.q { width: 30em; }
|
||||
|
||||
.engines { color: #888888; }
|
||||
|
||||
.small p { margin: 2px 0; }
|
||||
|
@ -1,6 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
{% include 'search.html' %}
|
||||
<div class="small">
|
||||
{% include 'search.html' %}
|
||||
</div>
|
||||
<div id="results">
|
||||
{% for result in results %}
|
||||
<div class="result">
|
||||
|
Loading…
Reference in New Issue
Block a user