Skip to content

Commit a261b24

Browse files
committed
Align title bar icon to match mcpmux.com proportions
Scale icon from h-5 (20px) to h-4 (16px) to better match the text-sm text size, matching the proportions on mcpmux.com. Vertically centered at 10px from top in the 36px title bar. https://claude.ai/code/session_01J4whZ2FE8DHRZJo7tZeW5m
1 parent 36ed839 commit a261b24

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
@@ -199,7 +199,7 @@ function AppContent() {
199199

200200
const titleBar = (
201201
<div className="flex items-center gap-2 pl-3">
202-
<McpMuxGlyph className="h-5 w-5 shrink-0" />
202+
<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>
205205
<span style={{ color: '#B8553A' }}>Mux</span>

docs/screenshots/clients.png

-5 Bytes
Loading

docs/screenshots/dashboard.png

-7 Bytes
Loading

docs/screenshots/discover.png

-4 Bytes
Loading

docs/screenshots/featuresets.png

-7 Bytes
Loading

docs/screenshots/servers.png

-7 Bytes
Loading

docs/screenshots/settings.png

-7 Bytes
Loading

docs/screenshots/spaces.png

-9 Bytes
Loading

0 commit comments

Comments
 (0)