mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-30 11:52:04 +00:00
fix(desktop): tighten thread content top padding
This commit is contained in:
parent
a0ec4f52b9
commit
dd0e3e0a05
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ const ThreadMessageListInner: FC<ThreadMessageListProps> = ({
|
|||
? 'pt-[calc(var(--titlebar-height)+0.75rem)]'
|
||||
: isSecondaryWindow()
|
||||
? 'pt-6'
|
||||
: 'pt-[calc(var(--titlebar-height)+1.5rem)]'
|
||||
: 'pt-[calc(var(--titlebar-height)-0.5rem)]'
|
||||
|
||||
useEffect(() => setThreadAtBottom(isAtBottom), [isAtBottom])
|
||||
useEffect(() => () => resetThreadScroll(), [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue