forked from open-webui/open-webui
refac: sidebar styling
This commit is contained in:
parent
d513629984
commit
a01fd15812
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
id="sidebar"
|
id="sidebar"
|
||||||
class="h-screen max-h-[100dvh] min-h-screen {$showSidebar
|
class="h-screen max-h-[100dvh] min-h-screen {$showSidebar
|
||||||
? 'lg:relative w-[260px]'
|
? 'lg:relative w-[260px]'
|
||||||
: '-translate-x-[260px] w-[0px]'} bg-gray-50 text-gray-900 dark:bg-gray-950 dark:text-gray-200 text-sm transition fixed z-50 top-0 left-0
|
: '-translate-x-[260px] w-[0px]'} bg-gray-50 text-gray-900 dark:bg-gray-950 dark:text-gray-200 text-sm transition fixed z-50 top-0 left-0 rounded-r-2xl
|
||||||
"
|
"
|
||||||
data-state={$showSidebar}
|
data-state={$showSidebar}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue