mirror of
https://github.com/open-webui/open-webui
synced 2024-12-28 23:02:25 +00:00
refac: styling
This commit is contained in:
parent
e444f769f6
commit
2914c29ab3
@ -544,9 +544,8 @@
|
||||
? 'opacity-20'
|
||||
: ''}"
|
||||
>
|
||||
{#if $user.role === 'admin' || $channels.length > 0}
|
||||
{#if ($user.role === 'admin' || $channels.length > 0) && !search}
|
||||
<Folder
|
||||
collapsible={!search}
|
||||
className="px-2 mt-0.5"
|
||||
name={$i18n.t('Channels')}
|
||||
dragAndDrop={false}
|
||||
|
Loading…
Reference in New Issue
Block a user