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