mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:06:38 +00:00
fix(nc-gui): personal view owner emoji icon size issue
This commit is contained in:
@@ -394,7 +394,11 @@ watch(isDropdownOpen, async () => {
|
||||
<GeneralUserIcon
|
||||
:user="idUserMap[vModel.owned_by]"
|
||||
size="auto"
|
||||
class="flex-none !text-[7px] !h-[14px] !min-h-[14px]"
|
||||
class="flex-none !h-[14px] !min-h-[14px]"
|
||||
:class="{
|
||||
'!text-[7px]': !parseProp(idUserMap[vModel.owned_by]?.meta).iconType,
|
||||
'!text-tiny': parseProp(idUserMap[vModel.owned_by]?.meta).iconType,
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user