mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
oo
This commit is contained in:
parent
f5676bf1f1
commit
c0ef5c26fb
6 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -621,7 +621,7 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
|
||||
#sidebar {
|
||||
grid-area: sidebar;
|
||||
// grid-area: sidebar;
|
||||
word-wrap: break-word;
|
||||
color: var(--color-sidebar-font);
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<div id="sidebar">
|
||||
|
||||
{% if number_of_results != '0' -%}
|
||||
<p id="result_count"><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
|
||||
<p id="result_count" style="display:none"><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
|
||||
{%- endif %}
|
||||
|
||||
{% if unresponsive_engines and results|length >= 1 %}
|
||||
|
@ -137,7 +137,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div id="urls" role="main">
|
||||
<div id="urls" role="main" style="display:none">
|
||||
{% for result in results %}
|
||||
{% if result.open_group and not only_template %}<div class="template_group_{{ result['template']|replace('.html', '') }}">{% endif %}
|
||||
{% set index = loop.index %}
|
||||
|
|
Loading…
Add table
Reference in a new issue