mirror of https://github.com/searxng/searxng.git
[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