diff --git a/packages/ui/src/components/layout/ContextPanel.tsx b/packages/ui/src/components/layout/ContextPanel.tsx
index 7af914ff..3cc8e813 100644
--- a/packages/ui/src/components/layout/ContextPanel.tsx
+++ b/packages/ui/src/components/layout/ContextPanel.tsx
@@ -367,7 +367,7 @@ const EditorTreeColumn: React.FC<{ visible: boolean }> = ({ visible }) => {
= ({ rawUrl, onNavigate }) => {
return (
-
+
{headerSrc || rawUrl || t('contextPanel.preview.empty')}
@@ -1877,7 +1877,7 @@ const IframeBrowserPane: React.FC
= ({ initialUrl, dire
return (
-
+
@@ -2167,7 +2167,7 @@ const DesktopBrowserPane: React.FC
= ({ initialUrl, dir
return (
-
+
@@ -2730,7 +2730,7 @@ export const ContextPanel: React.FC = () => {
const isFileTabActive = activeTab?.mode === 'file';
const header = (
-
+
{isMultiInstanceMode ? (
{
content box only while collapsed, shifting the header controls by
1px between the collapsed and expanded states. */}
{isOpen && !isExpanded && (
-
+
)}
{/* Divider between the panel and the icon rail on its right. */}
{isOpen && (
-
+
)}
{!isExpanded && (
{
}
>
@@ -422,7 +422,7 @@ export const MainLayout: React.FC = () => {
-
+
@@ -456,7 +456,7 @@ export const MainLayout: React.FC = () => {
-
diff --git a/packages/ui/src/components/layout/Sidebar.tsx b/packages/ui/src/components/layout/Sidebar.tsx
index 4b8636d1..b867598b 100644
--- a/packages/ui/src/components/layout/Sidebar.tsx
+++ b/packages/ui/src/components/layout/Sidebar.tsx
@@ -126,7 +126,7 @@ export const Sidebar: React.FC
= ({ isOpen, isMobile, children, cl