Add special-gallery back thumbnail and hide sort button for specials

This commit is contained in:
2026-03-27 21:10:38 -04:00
parent 21a3ab40c5
commit 7cc9d1ed17
3 changed files with 40 additions and 24 deletions

View File

@@ -206,6 +206,7 @@
{% endfor %}
</div>
{% if not is_special %}
<div class="dropdown ms-auto">
<button class="btn btn-sm btn-plain" type="button" data-bs-toggle="dropdown" aria-expanded="false" title="{{ sort_label }}" aria-label="Sort options">
<i class="fa-solid fa-arrow-down-short-wide"></i>
@@ -218,8 +219,10 @@
{% endfor %}
</ul>
</div>
{% endif %}
</div>
{% if not is_special %}
<noscript>
<div class="pt-2">
{% for option in sort_options %}
@@ -227,6 +230,7 @@
{% endfor %}
</div>
</noscript>
{% endif %}
<section class="gallery-scroll flex-grow-1">
<div class="gallery-grid">