feat(ui): center title and balance header layout

Unify title to "CC Switch" to prevent text length jumping during app switching.
Reorganize header as three-column grid with centered title.
This commit is contained in:
Jason
2025-08-31 21:49:28 +08:00
parent 84c7726940
commit 4e66f0c105
2 changed files with 5 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ function App() {
return (
<div className="app">
<header className="app-header">
<h1>{activeApp === "claude" ? "Claude Code" : "Codex"} </h1>
<h1>CC Switch</h1>
<div className="app-tabs">
<AppSwitcher
activeApp={activeApp}