From e3afab765d8a70e63fd88ccf0716e9f4e662df55 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Fri, 5 Sep 2025 12:49:02 +0800 Subject: [PATCH] fix(miniapp): title container background style align with sidebar (#9915) --- src/renderer/src/components/MinApp/MinappPopupContainer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/components/MinApp/MinappPopupContainer.tsx b/src/renderer/src/components/MinApp/MinappPopupContainer.tsx index e5846ffe05..347088f500 100644 --- a/src/renderer/src/components/MinApp/MinappPopupContainer.tsx +++ b/src/renderer/src/components/MinApp/MinappPopupContainer.tsx @@ -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 } }}>