mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
merge temporary fix
This commit is contained in:
parent
8a56ea9755
commit
ec2f04be91
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export const SidebarThreadSelector = () => {
|
|||
const sortedThreadIds = Object.keys(allThreads ?? {}).sort((threadId1, threadId2) => allThreads![threadId1].lastModified > allThreads![threadId2].lastModified ? -1 : 1)
|
||||
|
||||
return (
|
||||
<div className="flex p-2 flex-col gap-y-1 max-h-[400px] overflow-y-auto">
|
||||
<div className="flex p-2 flex-col mb-2 gap-y-1 max-h-[400px] overflow-y-auto">
|
||||
|
||||
<div className="w-full relative flex justify-center items-center">
|
||||
{/* title */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue