diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index 7c76ec3d..869cf880 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -705,7 +705,7 @@ function App() { return ( -
+
{/* Icon sidebar - always visible, fixed position */} @@ -727,9 +727,9 @@ function App() { knowledgeActions={knowledgeActions} chats={chatHistory} /> - + {/* Header with sidebar trigger */} -
+
@@ -766,11 +766,13 @@ function App() { {selectedPath ? ( selectedPath.endsWith('.md') ? ( - +
+ +
) : (
diff --git a/apps/x/apps/renderer/src/components/markdown-editor.tsx b/apps/x/apps/renderer/src/components/markdown-editor.tsx
index ccb993f1..7dbf730f 100644
--- a/apps/x/apps/renderer/src/components/markdown-editor.tsx
+++ b/apps/x/apps/renderer/src/components/markdown-editor.tsx
@@ -76,7 +76,9 @@ export function MarkdownEditor({ content, onChange, placeholder = 'Start writing
   return (
     
- +
+ +
) } diff --git a/apps/x/apps/renderer/src/components/sidebar-content.tsx b/apps/x/apps/renderer/src/components/sidebar-content.tsx index 0b178803..e0754865 100644 --- a/apps/x/apps/renderer/src/components/sidebar-content.tsx +++ b/apps/x/apps/renderer/src/components/sidebar-content.tsx @@ -263,8 +263,8 @@ function KnowledgeSection({ return ( - -
+ +
{quickActions.map((action) => ( @@ -296,7 +296,7 @@ function KnowledgeSection({
- + {tree.map((item, index) => (