Extensions list: sort_by parameter #159

Merged
Márton Lente merged 36 commits from filter-sort into main 2024-06-03 12:57:45 +02:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit e604250d1e - Show all commits

View File

@ -31,9 +31,17 @@
overflow: hidden overflow: hidden
padding: 0 !important padding: 0 !important
@for $i from 1 through 5
.mw-#{$i}
min-width: var(--spacer-#{$i})
.opacity-50 .opacity-50
opacity: 0.5 opacity: 0.5
@for $i from 1 through 5
.rounded-#{$i}
border-radius: var(--spacer-#{$i})
.show .show
opacity: 1 opacity: 1

View File

@ -63,7 +63,7 @@
{{ list_tag.name }} {{ list_tag.name }}
</div> </div>
{# TODO: @back-end add tags count dynamic #} {# TODO: @back-end add tags count dynamic #}
<div class="align-items-center bg-primary d-flex h-3 fs-xs justify-content-center ms-2 rounded-circle w-3"> <div class="align-items-center bg-primary d-flex h-3 fs-xs justify-content-center ms-2 mw-3 px-1 rounded-2">
1 1
</div> </div>
</a> </a>