refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-12-22 15:11:10 -07:00
parent e444f769f6
commit 2914c29ab3

View File

@ -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}