Add special-gallery back thumbnail and hide sort button for specials
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user