fix(tui): add inbox pane gutter
This commit is contained in:
parent
7c78d5ca44
commit
0bd75af069
1 changed files with 2 additions and 1 deletions
|
|
@ -252,6 +252,7 @@ export function SessionInbox() {
|
||||||
height="100%"
|
height="100%"
|
||||||
flexShrink={0}
|
flexShrink={0}
|
||||||
flexDirection="column"
|
flexDirection="column"
|
||||||
|
paddingRight={1}
|
||||||
backgroundColor={theme.background.default}
|
backgroundColor={theme.background.default}
|
||||||
>
|
>
|
||||||
<box height={3} flexShrink={0} paddingLeft={2} paddingRight={1} flexDirection="row" alignItems="center">
|
<box height={3} flexShrink={0} paddingLeft={2} paddingRight={1} flexDirection="row" alignItems="center">
|
||||||
|
|
@ -263,7 +264,7 @@ export function SessionInbox() {
|
||||||
onMouseUp={newSession}
|
onMouseUp={newSession}
|
||||||
selectable={false}
|
selectable={false}
|
||||||
>
|
>
|
||||||
+ new
|
opt+T
|
||||||
</text>
|
</text>
|
||||||
</box>
|
</box>
|
||||||
<scrollbox
|
<scrollbox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue