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);
|
max-width: var(--assistants-width);
|
||||||
min-width: var(--assistants-width);
|
min-width: var(--assistants-width);
|
||||||
height: calc(100vh - var(--navbar-height));
|
height: calc(100vh - var(--navbar-height));
|
||||||
|
background-color: var(--color-background);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.collapsed {
|
.collapsed {
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|||||||
@ -44,7 +44,7 @@ const initialState: SettingsState = {
|
|||||||
theme: ThemeMode.auto,
|
theme: ThemeMode.auto,
|
||||||
windowStyle: 'transparent',
|
windowStyle: 'transparent',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
topicPosition: 'right',
|
topicPosition: 'left',
|
||||||
showTopicTime: false,
|
showTopicTime: false,
|
||||||
pasteLongTextAsFile: false,
|
pasteLongTextAsFile: false,
|
||||||
clickAssistantToShowTopic: false,
|
clickAssistantToShowTopic: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user