mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
bef5e6bb29
commit
19bc5f1c34
1 changed files with 2 additions and 4 deletions
|
|
@ -493,11 +493,9 @@
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if !$mobile}
|
{#if !$mobile && !$showSidebar}
|
||||||
<div
|
<div
|
||||||
class="{$showSidebar
|
class=" py-2 px-1.5 flex flex-col justify-between text-black dark:text-white h-full border-e border-gray-50 dark:border-gray-850 z-10"
|
||||||
? 'hidden'
|
|
||||||
: ''} py-2 px-1.5 flex flex-col justify-between text-black dark:text-white h-full border-e border-gray-50 dark:border-gray-850 z-10"
|
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="flex flex-col flex-1 cursor-[e-resize]"
|
class="flex flex-col flex-1 cursor-[e-resize]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue