Skip to content

Commit bc058a4

Browse files
committed
Tighten title bar icon-to-text gap from gap-2 to gap-1.5
Reduces spacing between icon and McpMux text from 8px to 6px for a tighter, more cohesive title bar layout. https://claude.ai/code/session_01J4whZ2FE8DHRZJo7tZeW5m
1 parent a261b24 commit bc058a4

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function AppContent() {
198198
);
199199

200200
const titleBar = (
201-
<div className="flex items-center gap-2 pl-3">
201+
<div className="flex items-center gap-1.5 pl-3">
202202
<McpMuxGlyph className="h-4 w-4 shrink-0" />
203203
<span className="text-sm font-bold tracking-tight select-none">
204204
<span style={{ color: '#E8956A' }}>Mcp</span>

docs/screenshots/clients.png

4 Bytes
Loading

docs/screenshots/dashboard.png

4 Bytes
Loading

docs/screenshots/discover.png

5 Bytes
Loading

docs/screenshots/featuresets.png

4 Bytes
Loading

docs/screenshots/servers.png

5 Bytes
Loading

docs/screenshots/settings.png

4 Bytes
Loading

docs/screenshots/spaces.png

4 Bytes
Loading

0 commit comments

Comments
 (0)