mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
refac: styling
This commit is contained in:
parent
48503573c1
commit
553293f4d5
@ -778,8 +778,8 @@
|
|||||||
: rmsLevel * 100 > 2
|
: rmsLevel * 100 > 2
|
||||||
? 'size-48'
|
? 'size-48'
|
||||||
: rmsLevel * 100 > 1
|
: rmsLevel * 100 > 1
|
||||||
? 'size-[11.5rem]'
|
? 'size-44'
|
||||||
: 'size-44'} transition-all rounded-full {(model?.info?.meta
|
: 'size-40'} transition-all rounded-full {(model?.info?.meta
|
||||||
?.profile_image_url ?? '/static/favicon.png') !== '/static/favicon.png'
|
?.profile_image_url ?? '/static/favicon.png') !== '/static/favicon.png'
|
||||||
? ' bg-cover bg-center bg-no-repeat'
|
? ' bg-cover bg-center bg-no-repeat'
|
||||||
: 'bg-black dark:bg-white'} "
|
: 'bg-black dark:bg-white'} "
|
||||||
|
Loading…
Reference in New Issue
Block a user