style: remove window title and adjust header padding for cleaner UI

This commit is contained in:
Jason
2025-08-25 23:30:25 +08:00
parent 70f9a68e5c
commit 616e230218
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "CC Switch - Claude Code 供应商切换工具", "title": "",
"width": 900, "width": 900,
"height": 650, "height": 650,
"minWidth": 800, "minWidth": 800,

View File

@@ -7,12 +7,13 @@
.app-header { .app-header {
background: #3498db; background: #3498db;
color: white; color: white;
padding: 1rem 2rem; padding: 0.75rem 2rem;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
user-select: none; user-select: none;
min-height: 3rem;
} }
.app-header h1 { .app-header h1 {