mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
[Style] Fix user icon size (#3701)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<Avatar
|
||||
class="mb-3"
|
||||
:image="user?.photoURL ?? undefined"
|
||||
:icon="user?.photoURL ? undefined : 'pi pi-user'"
|
||||
:icon="user?.photoURL ? undefined : 'pi pi-user !text-2xl'"
|
||||
shape="circle"
|
||||
size="large"
|
||||
aria-label="User Avatar"
|
||||
|
||||
Reference in New Issue
Block a user