fix: NavUser avatar height on small screens

This commit is contained in:
patak 2022-12-31 13:26:52 +01:00
parent 4713db9adc
commit 17fecebcae
3 changed files with 8 additions and 3 deletions

View file

@ -4,7 +4,8 @@
<AccountAvatar
ref="avatar"
:account="currentUser.account"
h="2em"
h-8
w-8
:draggable="false"
/>
</div>

View file

@ -0,0 +1,3 @@
<template>
<div bg-base h-8 w-8 rounded-full />
</template>