better flagcolls list display

This commit is contained in:
2021-03-11 19:14:20 +01:00
parent df71378e5f
commit 88445b4397
4 changed files with 10 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<h5
:flagcollid="coll.id"
@click.prevent="onOpenFlagColl"
>{{ coll.name }} ({{ coll.items.length }})</h5>
>{{ coll.name }} <span class="length">({{ coll.items.length }})</span></h5>
<div class="actions">
<span
class="delete-btn mdi"