This commit is contained in:
Joseph Cheung 2023-02-23 13:51:24 +08:00
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

View file

@ -621,7 +621,7 @@ article[data-vim-selected].category-social {
} }
#sidebar { #sidebar {
grid-area: sidebar; // grid-area: sidebar;
word-wrap: break-word; word-wrap: break-word;
color: var(--color-sidebar-font); color: var(--color-sidebar-font);

View file

@ -36,7 +36,7 @@
<div id="sidebar"> <div id="sidebar">
{% if number_of_results != '0' -%} {% 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 %} {%- endif %}
{% if unresponsive_engines and results|length >= 1 %} {% if unresponsive_engines and results|length >= 1 %}
@ -137,7 +137,7 @@
</div> </div>
{% endif %} {% endif %}
<div id="urls" role="main"> <div id="urls" role="main" style="display:none">
{% for result in results %} {% for result in results %}
{% if result.open_group and not only_template %}<div class="template_group_{{ result['template']|replace('.html', '') }}">{% endif %} {% if result.open_group and not only_template %}<div class="template_group_{{ result['template']|replace('.html', '') }}">{% endif %}
{% set index = loop.index %} {% set index = loop.index %}