fix(front): center icon on empty cards
This commit is contained in:
parent
2562f5b1ab
commit
fd83ebb287
|
@ -241,6 +241,7 @@ const isOpen = computed({
|
||||||
solid
|
solid
|
||||||
small
|
small
|
||||||
primary
|
primary
|
||||||
|
style="text-align: center;"
|
||||||
@click="store.commit('ui/toggleModal', 'subscribe')"
|
@click="store.commit('ui/toggleModal', 'subscribe')"
|
||||||
:aria-pressed="store.state.ui.modalsOpen.has('subscribe') || undefined"
|
:aria-pressed="store.state.ui.modalsOpen.has('subscribe') || undefined"
|
||||||
>
|
>
|
||||||
|
@ -254,6 +255,7 @@ const isOpen = computed({
|
||||||
solid
|
solid
|
||||||
small
|
small
|
||||||
primary
|
primary
|
||||||
|
style="text-align: center;"
|
||||||
@click="store.commit('ui/toggleModal', 'upload')"
|
@click="store.commit('ui/toggleModal', 'upload')"
|
||||||
:aria-pressed="store.state.ui.modalsOpen.has('upload') || undefined"
|
:aria-pressed="store.state.ui.modalsOpen.has('upload') || undefined"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue