mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 01:14:59 +08:00
fix(miniapp): title container background style align with sidebar (#9915)
This commit is contained in:
parent
507a653d81
commit
e3afab765d
@ -546,7 +546,9 @@ const MinappPopupContainer: React.FC = () => {
|
|||||||
wrapper: {
|
wrapper: {
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
marginLeft: isLeftNavbar ? 'var(--sidebar-width)' : 0,
|
marginLeft: isLeftNavbar ? 'var(--sidebar-width)' : 0,
|
||||||
marginTop: isTopNavbar ? 'var(--navbar-height)' : 0,
|
marginTop: isTopNavbar ? 'var(--navbar-height)' : 0
|
||||||
|
},
|
||||||
|
content: {
|
||||||
backgroundColor: window.root.style.background
|
backgroundColor: window.root.style.background
|
||||||
}
|
}
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user