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"
round
default
align-self="center"
raised
ghost
:ariaPressed="isOpen ? true : undefined"