tui: align session panel content with consistent left padding
This commit is contained in:
parent
83c47e0ed7
commit
ccec8c4792
2 changed files with 1 additions and 2 deletions
|
|
@ -939,7 +939,7 @@ function UserMessage(props: {
|
|||
onMouseUp={props.onMouseUp}
|
||||
paddingTop={1}
|
||||
paddingBottom={1}
|
||||
paddingLeft={1}
|
||||
paddingLeft={2}
|
||||
backgroundColor={hover() ? theme.backgroundElement : theme.backgroundPanel}
|
||||
flexShrink={0}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue