mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 17:59:09 +08:00
style(AssistantsDrawer): add background color and adjust wrapper width for improved UI consistency
This commit is contained in:
parent
622d15d5d7
commit
65b1d8819d
@ -48,7 +48,11 @@ const PopupContainer: React.FC<Props> = ({
|
||||
padding: 0,
|
||||
paddingTop: isMac ? 'var(--navbar-height)' : 0,
|
||||
height: 'calc(100vh - var(--navbar-height))',
|
||||
overflow: 'hidden'
|
||||
overflow: 'hidden',
|
||||
backgroundColor: 'var(--color-background-opacity)'
|
||||
},
|
||||
wrapper: {
|
||||
width: 'var(--assistants-width)'
|
||||
}
|
||||
}}>
|
||||
<HomeTabs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user