From 1e50cfdad6a5e2e63ee78d5acd4329b14ac3d7bf Mon Sep 17 00:00:00 2001 From: simos Date: Thu, 6 Nov 2025 20:31:32 +0000 Subject: [PATCH] style: standardize mobile navigation spacing with Tailwind utility --- src/App.jsx | 2 +- src/components/ChatInterface.jsx | 9 +-------- src/components/GitPanel.jsx | 4 ++-- src/components/QuickSettingsPanel.jsx | 2 +- src/components/Sidebar.jsx | 2 +- src/index.css | 5 +++++ tailwind.config.js | 1 + 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 4d10c9c..4f2ac43 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -871,7 +871,7 @@ function AppContent() { )} {/* Main Content Area - Flexible */} -
+
- {/* Hint text inside input box at bottom */} + {/* Hint text inside input box at bottom - Desktop only */} -
- {sendByCtrlEnter - ? "Ctrl+Enter to send • Tab for modes • / for commands" - : "Enter to send • Tab for modes • / for commands"} -
diff --git a/src/components/GitPanel.jsx b/src/components/GitPanel.jsx index 5b97604..e232025 100644 --- a/src/components/GitPanel.jsx +++ b/src/components/GitPanel.jsx @@ -1156,7 +1156,7 @@ function GitPanel({ selectedProject, isMobile, onFileOpen }) { {/* File List - Changes View - Only show when git is available */} {activeView === 'changes' && !gitStatus?.error && ( -
+
{isLoading ? (
@@ -1179,7 +1179,7 @@ function GitPanel({ selectedProject, isMobile, onFileOpen }) { {/* History View - Only show when git is available */} {activeView === 'history' && !gitStatus?.error && ( -
+
{isLoading ? (
diff --git a/src/components/QuickSettingsPanel.jsx b/src/components/QuickSettingsPanel.jsx index b4fb6db..ab4442b 100644 --- a/src/components/QuickSettingsPanel.jsx +++ b/src/components/QuickSettingsPanel.jsx @@ -85,7 +85,7 @@ const QuickSettingsPanel = ({
{/* Settings Content */} -
+
{/* Appearance Settings */}

Appearance

diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index f619e7f..b530b4e 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -1308,7 +1308,7 @@ function Sidebar({ {/* Settings Section */}
{/* Mobile Settings */} -
+