mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: styling
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user