refac: styling

This commit is contained in:
Timothy J. Baek 2024-08-23 16:45:07 +02:00
parent 48503573c1
commit 553293f4d5
1 changed files with 2 additions and 2 deletions

View File

@ -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'} "