Extensions list: sort_by parameter #159
@ -10,10 +10,6 @@
|
||||
display: flex
|
||||
+padding(2)
|
||||
|
||||
.dropdown-item,
|
||||
.dropdown-toggle
|
||||
white-space: nowrap
|
||||
|
||||
+media-md
|
||||
.dropdown-menu-filter
|
||||
gap: var(--spacer-1)
|
||||
|
@ -21,9 +21,9 @@
|
||||
</h2>
|
||||
{% endif %}
|
||||
|
||||
<div class="d-flex">
|
||||
{% if tags %}
|
||||
<div class="dropdown dropdown-filter-sort me-2">
|
||||
<div class="d-flex flex-column flex-md-row me-2">
|
||||
<div class="dropdown dropdown-filter-sort">
|
||||
<button class="align-items-center d-flex dropdown-toggle js-dropdown-toggle" data-toggle-menu-id="js-dropdown-menu-filter">
|
||||
{% if tag %}
|
||||
{{ tag.name }}
|
||||
@ -66,7 +66,9 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="dropdown dropdown-filter-sort">
|
||||
<button class="dropdown-toggle js-dropdown-toggle" data-toggle-menu-id="js-dropdown-menu-sort">
|
||||
Sort by <i class="i-chevron-down"></i>
|
||||
@ -111,7 +113,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
{% if author %}
|
||||
<h2>{% blocktranslate %}Extensions by{% endblocktranslate %} <em class="search-highlight">{{ author }}</em></h2>
|
||||
|
Loading…
Reference in New Issue
Block a user