Fixed translations + Resizing line overlap + Disabled No type + Reorganized settings + Other fixes

This commit is contained in:
2024-07-25 09:29:10 +02:00
parent adff072475
commit ac733092cc
9 changed files with 354 additions and 282 deletions

View File

@@ -23,9 +23,9 @@
<table>
<thead>
<tr>
{% for head in head_row %}
{% if not head == 'Grew-match URL' %}
<th><span>{{ head }} </span><span class="th-desc">&#x25be;</span><span class="th-asc">&#x25b4;</span></th>
{% for h, h_t in head %}
{% if not h == 'Grew-match URL' %}
<th><span>{{ h_t }} </span><span class="th-desc">&#x25be;</span><span class="th-asc">&#x25b4;</span></th>
{% endif %}
{% endfor %}
</tr>