fix: sidebar title padding to prevent scrollbar edge case (#7089)

pull/7104/head
ryanwyler 2026-01-06 10:15:39 -07:00 committed by GitHub
parent 528c6c1a75
commit f0e559c0ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export function Sidebar(props: { sessionID: string }) {
>
<scrollbox flexGrow={1}>
<box flexShrink={0} gap={1} paddingRight={1}>
<box>
<box paddingRight={1}>
<text fg={theme.text}>
<b>{session().title}</b>
</text>