Explorar o código

fix: empty title issue

Timothy J. Baek hai 1 ano
pai
achega
f2c7db7637
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

+ 1 - 1
src/lib/components/layout/Sidebar.svelte

@@ -398,7 +398,7 @@
 									<div
 										class=" text-left self-center overflow-hidden {chat.id === $chatId
 											? 'w-[160px]'
-											: 'w-full'} "
+											: 'w-full'}  h-[20px]"
 									>
 										{chat.title}
 									</div>