mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac: styling
This commit is contained in:
parent
7083a61ddb
commit
79aae7a76e
1 changed files with 22 additions and 24 deletions
|
|
@ -523,7 +523,11 @@
|
|||
/>
|
||||
</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
|
||||
collapsible={!search}
|
||||
className="px-2 mt-0.5"
|
||||
|
|
@ -534,13 +538,7 @@
|
|||
>
|
||||
channels
|
||||
</Folder>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="relative flex flex-col flex-1 overflow-y-auto {$temporaryChatEnabled
|
||||
? 'opacity-20'
|
||||
: ''}"
|
||||
>
|
||||
<Folder
|
||||
collapsible={!search}
|
||||
className="px-2 mt-0.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue