Browse Source

refac: styling

Timothy J. Baek 8 months ago
parent
commit
553293f4d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/components/chat/MessageInput/CallOverlay.svelte

+ 2 - 2
src/lib/components/chat/MessageInput/CallOverlay.svelte

@@ -778,8 +778,8 @@
 								: rmsLevel * 100 > 2
 									? 'size-48'
 									: rmsLevel * 100 > 1
-										? 'size-[11.5rem]'
-										: 'size-44'}  transition-all rounded-full {(model?.info?.meta
+										? 'size-44'
+										: 'size-40'}  transition-all rounded-full {(model?.info?.meta
 								?.profile_image_url ?? '/static/favicon.png') !== '/static/favicon.png'
 								? ' bg-cover bg-center bg-no-repeat'
 								: 'bg-black dark:bg-white'} "