feat: topic position set default to left
This commit is contained in:
parent
dc6066b74c
commit
071a3950cd
@ -150,6 +150,7 @@ const Container = styled.div`
|
||||
max-width: var(--assistants-width);
|
||||
min-width: var(--assistants-width);
|
||||
height: calc(100vh - var(--navbar-height));
|
||||
background-color: var(--color-background);
|
||||
overflow: hidden;
|
||||
.collapsed {
|
||||
width: 0;
|
||||
|
||||
@ -44,7 +44,7 @@ const initialState: SettingsState = {
|
||||
theme: ThemeMode.auto,
|
||||
windowStyle: 'transparent',
|
||||
fontSize: 14,
|
||||
topicPosition: 'right',
|
||||
topicPosition: 'left',
|
||||
showTopicTime: false,
|
||||
pasteLongTextAsFile: false,
|
||||
clickAssistantToShowTopic: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user