fix: center vertically

This commit is contained in:
Methapon2001 2024-04-11 11:46:13 +07:00
parent c15cff01df
commit 910cd4a716

View file

@ -84,7 +84,7 @@ function navigateTo(label: string, destination: string) {
:class="{ active: currentRoute === v.label, dark: $q.dark.isActive }"
>
<q-item-section id="btn-drawer-back ">
<q-item-label class="q-pl-lg">
<q-item-label class="q-pl-lg row items-center">
<div class="box-border-left" />
<Icon :icon="v.icon" width="24px" class="q-mr-md" />
{{ $t(v.label) }}