mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 20:12:38 +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: {
|
||||
position: 'fixed',
|
||||
marginLeft: isLeftNavbar ? 'var(--sidebar-width)' : 0,
|
||||
marginTop: isTopNavbar ? 'var(--navbar-height)' : 0,
|
||||
marginTop: isTopNavbar ? 'var(--navbar-height)' : 0
|
||||
},
|
||||
content: {
|
||||
backgroundColor: window.root.style.background
|
||||
}
|
||||
}}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user