diff --git a/src/views/main/SideBar.vue b/src/views/main/SideBar.vue index 623ab3c..55c6782 100644 --- a/src/views/main/SideBar.vue +++ b/src/views/main/SideBar.vue @@ -66,9 +66,9 @@ initializeLocale(); :src="userProfileStore.portraitUrl" alt="Profile Image" class="rounded-full" - width="32" - height="32" - style="max-height: 32px;" + width="42" + height="42" + style="max-height: 42px;" > {{ userProfileStore.alias }} @@ -84,7 +84,7 @@ initializeLocale(); :to="`/@${creatorProfileStore.creator.name}`"> + variant="flat"> {{ creatorProfileStore.creator.name }} @@ -100,13 +100,13 @@ initializeLocale(); + variant="flat"> {{ $t('header.myprofile') }}