fix(style): Center usermenu button self-alignment

This commit is contained in:
ArneBo 2024-12-30 12:18:14 +01:00 committed by upsiflu
parent 4673c3e24c
commit 1d2351892f
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ const labels = computed(() => ({
@click="isOpen = !isOpen" @click="isOpen = !isOpen"
round round
default default
align-self="center"
raised raised
ghost ghost
:ariaPressed="isOpen ? true : undefined" :ariaPressed="isOpen ? true : undefined"