fix(miniapp): title container background style align with sidebar (#9915)

This commit is contained in:
Konv Suu 2025-09-05 12:49:02 +08:00 committed by GitHub
parent 507a653d81
commit e3afab765d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}}>