Skip to content

Commit ccec8c4

Browse files
thdxropencode
authored andcommitted
tui: align session panel content with consistent left padding
1 parent 83c47e0 commit ccec8c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.opencode/command/commit.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
description: Git commit and push
3-
subtask: true
43
---
54

65
commit and push

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ function UserMessage(props: {
939939
onMouseUp={props.onMouseUp}
940940
paddingTop={1}
941941
paddingBottom={1}
942-
paddingLeft={1}
942+
paddingLeft={2}
943943
backgroundColor={hover() ? theme.backgroundElement : theme.backgroundPanel}
944944
flexShrink={0}
945945
>

0 commit comments

Comments
 (0)