Merge pull request #5017 from menloresearch/chore/whitespace-left-panel

chore: cleanup whitespace left panel on thread list
This commit is contained in:
Faisal Amir 2025-05-19 14:15:42 +07:00 committed by GitHub
commit 1d4af26b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ const LeftPanel = () => {
</>
)}
<div className="flex flex-col mb-4">
<div className="flex flex-col">
<ThreadList threads={unFavoritedThreads} />
</div>
</div>