mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
feat: 优化导入对话记录位置
This commit is contained in:
parent
853cba3e4f
commit
1b1c37a675
1 changed files with 3 additions and 2 deletions
|
|
@ -1277,6 +1277,9 @@
|
|||
</Folder>
|
||||
</div>
|
||||
|
||||
<!-- Separator -->
|
||||
<hr class="border-gray-100 dark:border-gray-850 mx-1.5 my-1.5" />
|
||||
|
||||
<div class="px-1.5 pt-1.5 pb-2 sticky bottom-0 z-10 -mt-3 sidebar">
|
||||
<div
|
||||
class=" sidebar-bg-gradient-to-t bg-linear-to-t from-gray-50 dark:from-gray-950 to-transparent from-50% pointer-events-none absolute inset-0 -z-10 -mt-6"
|
||||
|
|
@ -1319,8 +1322,6 @@
|
|||
</div>
|
||||
</button>
|
||||
|
||||
<!-- Separator -->
|
||||
<hr class="border-gray-100 dark:border-gray-850 mx-1.5 my-1.5" />
|
||||
|
||||
<div class="flex flex-col font-primary">
|
||||
{#if $user !== undefined && $user !== null}
|
||||
|
|
|
|||
Loading…
Reference in a new issue