chore: filters & stats fixes

This commit is contained in:
2024-05-15 18:40:42 +02:00
parent eb5b94c9f6
commit e0036bf969
9 changed files with 113 additions and 64 deletions
@@ -81,7 +81,6 @@
</div>
<div class="filter-actions">
<div></div>
<button class="btn--action" @click="resetAllFilters">
{{ $t('options.filter-reset') }}
</button>
@@ -223,9 +222,6 @@ export default defineComponent({
.filter-actions {
display: flex;
gap: 0.5em;
width: 100%;
margin-top: 1em;
> * {