refac: styling

This commit is contained in:
Timothy J. Baek
2024-11-06 22:52:06 -08:00
parent f8c2bedf53
commit c9a59f5d51
5 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
<ShareChatModal bind:show={showShareChatModal} chatId={$chatId} />
<div class="sticky top-0 z-30 w-full px-1 py-2 -mb-8 flex items-center">
<div class="sticky top-0 z-30 w-full px-1 py-1 -mb-8 flex items-center">
<div
class=" bg-gradient-to-b via-50% from-white via-white to-transparent dark:from-gray-900 dark:via-gray-900 dark:to-transparent pointer-events-none absolute inset-0 -bottom-7 z-[-1] blur"
></div>

View File

@@ -225,7 +225,7 @@
</div>
</Sidebar>
<div class=" flex flex-col h-full px-4 py-1">
<div class=" flex flex-col h-full px-3.5">
<div class="flex w-full items-start gap-1.5">
<Collapsible
className="w-full flex-1"