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 && ( -