瀏覽代碼

fix: empty title issue

Timothy J. Baek 1 年之前
父節點
當前提交
f2c7db7637
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>