refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-12-22 02:47:32 -07:00
parent 7083a61ddb
commit 79aae7a76e

View File

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