tui: align session panel content with consistent left padding

This commit is contained in:
Dax Raad 2025-11-24 22:02:19 -05:00 committed by opencode
commit ccec8c4792
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
--- ---
description: Git commit and push description: Git commit and push
subtask: true
--- ---
commit and push commit and push

View file

@ -939,7 +939,7 @@ function UserMessage(props: {
onMouseUp={props.onMouseUp} onMouseUp={props.onMouseUp}
paddingTop={1} paddingTop={1}
paddingBottom={1} paddingBottom={1}
paddingLeft={1} paddingLeft={2}
backgroundColor={hover() ? theme.backgroundElement : theme.backgroundPanel} backgroundColor={hover() ? theme.backgroundElement : theme.backgroundPanel}
flexShrink={0} flexShrink={0}
> >