oo
This commit is contained in:
parent
f5676bf1f1
commit
c0ef5c26fb
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…
x
Reference in New Issue
Block a user