fix(front): center icon on empty cards
This commit is contained in:
parent
6fbe027876
commit
8dde1f7906
|
@ -234,6 +234,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
|||
solid
|
||||
small
|
||||
primary
|
||||
style="text-align: center;"
|
||||
@click="store.commit('ui/toggleModal', 'upload')"
|
||||
:aria-pressed="store.state.ui.modalsOpen.has('upload') || undefined"
|
||||
>
|
||||
|
|
|
@ -241,6 +241,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
|||
solid
|
||||
small
|
||||
primary
|
||||
style="text-align: center;"
|
||||
@click="store.commit('ui/toggleModal', 'upload')"
|
||||
:aria-pressed="store.state.ui.modalsOpen.has('upload') || undefined"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue