mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 04:17:26 +00:00
fix: styling
This commit is contained in:
parent
e05ae3481e
commit
7c9a613063
@ -87,9 +87,9 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
bind:this={navElement}
|
bind:this={navElement}
|
||||||
class="h-screen max-h-[100dvh] {show
|
class="h-screen max-h-[100dvh] min-h-screen {show
|
||||||
? ''
|
? 'lg:relative'
|
||||||
: '-translate-x-[260px] w-[0px]'} w-[260px] min-w[260px] bg-black text-gray-200 shadow-2xl text-sm transition z-40 fixed top-0 left-0 lg:relative
|
: '-translate-x-[260px] w-[0px]'} w-[260px] min-w[260px] bg-black text-gray-200 shadow-2xl text-sm transition z-40 fixed top-0 left-0
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user