mirror of
https://github.com/romancm/gamebrary
synced 2025-03-01 21:27:08 +00:00
reduce size of avatar in settings page
This commit is contained in:
parent
db6b491d45
commit
b5dd66f1d0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<b-avatar
|
||||
v-if="user && user.photoURL"
|
||||
v-b-tooltip.hover.right
|
||||
small
|
||||
size="22px"
|
||||
variant="info"
|
||||
badge-variant="danger"
|
||||
:title="$t('navMenu.account')"
|
||||
|
|
Loading…
Add table
Reference in a new issue