fix(front): center icon on empty cards

This commit is contained in:
ArneBo 2025-02-05 00:43:38 +01:00
parent 2562f5b1ab
commit fd83ebb287
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,7 @@ const isOpen = computed({
solid
small
primary
style="text-align: center;"
@click="store.commit('ui/toggleModal', 'subscribe')"
:aria-pressed="store.state.ui.modalsOpen.has('subscribe') || undefined"
>
@ -254,6 +255,7 @@ const isOpen = computed({
solid
small
primary
style="text-align: center;"
@click="store.commit('ui/toggleModal', 'upload')"
:aria-pressed="store.state.ui.modalsOpen.has('upload') || undefined"
>