mirror of
https://github.com/open-webui/open-webui
synced 2025-05-30 18:39:15 +00:00
refac: styling
This commit is contained in:
parent
7083a61ddb
commit
79aae7a76e
@ -523,7 +523,11 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative flex flex-col overflow-y-auto">
|
<div
|
||||||
|
class="relative flex flex-col flex-1 overflow-y-auto {$temporaryChatEnabled
|
||||||
|
? 'opacity-20'
|
||||||
|
: ''}"
|
||||||
|
>
|
||||||
<Folder
|
<Folder
|
||||||
collapsible={!search}
|
collapsible={!search}
|
||||||
className="px-2 mt-0.5"
|
className="px-2 mt-0.5"
|
||||||
@ -534,13 +538,7 @@
|
|||||||
>
|
>
|
||||||
channels
|
channels
|
||||||
</Folder>
|
</Folder>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="relative flex flex-col flex-1 overflow-y-auto {$temporaryChatEnabled
|
|
||||||
? 'opacity-20'
|
|
||||||
: ''}"
|
|
||||||
>
|
|
||||||
<Folder
|
<Folder
|
||||||
collapsible={!search}
|
collapsible={!search}
|
||||||
className="px-2 mt-0.5"
|
className="px-2 mt-0.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user