fix: sidebar title padding to prevent scrollbar edge case (#7089)
This commit is contained in:
parent
528c6c1a75
commit
f0e559c0ed
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export function Sidebar(props: { sessionID: string }) {
|
||||||
>
|
>
|
||||||
<scrollbox flexGrow={1}>
|
<scrollbox flexGrow={1}>
|
||||||
<box flexShrink={0} gap={1} paddingRight={1}>
|
<box flexShrink={0} gap={1} paddingRight={1}>
|
||||||
<box>
|
<box paddingRight={1}>
|
||||||
<text fg={theme.text}>
|
<text fg={theme.text}>
|
||||||
<b>{session().title}</b>
|
<b>{session().title}</b>
|
||||||
</text>
|
</text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue