We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279550f commit f45f508Copy full SHA for f45f508
āsrc/app/[variants]/(main)/home/_layout/Body/Agent/List/index.tsxā
@@ -42,7 +42,7 @@ const AgentList = memo<{ onMoreClick?: () => void }>(({ onMoreClick }) => {
42
43
return (
44
<>
45
- <InboxItem />
+ <InboxItem style={{ minHeight: 36 }} />
46
{showPinned && <SessionList dataSource={pinnedList!} />}
47
{showCustom && <Group dataSource={customList!} />}
48
{showDefault && (
0 commit comments