Skip to content

Commit 6e30153

Browse files
author
catlog22
committed
feat: 调整导航项字体大小,提升可读性和视觉一致性
1 parent c3a31f2 commit 6e30153

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ccw/src/templates/dashboard.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<nav class="flex-1 py-3">
310310
<!-- Project Overview Section -->
311311
<div class="mb-2" id="projectOverviewNav">
312-
<div class="flex items-center px-4 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide">
312+
<div class="flex items-center px-4 py-2 text-sm font-semibold text-muted-foreground uppercase tracking-wide">
313313
<i data-lucide="layout-dashboard" class="nav-section-icon mr-2"></i>
314314
<span class="nav-section-title" data-i18n="nav.project">Project</span>
315315
</div>
@@ -342,7 +342,7 @@
342342

343343
<!-- Sessions Section -->
344344
<div class="mb-2">
345-
<div class="flex items-center px-4 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide">
345+
<div class="flex items-center px-4 py-2 text-sm font-semibold text-muted-foreground uppercase tracking-wide">
346346
<i data-lucide="history" class="nav-section-icon mr-2"></i>
347347
<span class="nav-section-title" data-i18n="nav.sessions">Sessions</span>
348348
</div>
@@ -367,7 +367,7 @@
367367

368368
<!-- Lite Tasks Section -->
369369
<div class="mb-2" id="liteTasksNav">
370-
<div class="flex items-center px-4 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide">
370+
<div class="flex items-center px-4 py-2 text-sm font-semibold text-muted-foreground uppercase tracking-wide">
371371
<i data-lucide="zap" class="nav-section-icon mr-2"></i>
372372
<span class="nav-section-title" data-i18n="nav.liteTasks">Lite Tasks</span>
373373
</div>
@@ -387,7 +387,7 @@
387387

388388
<!-- MCP Servers Section -->
389389
<div class="mb-2" id="mcpServersNav">
390-
<div class="flex items-center px-4 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide">
390+
<div class="flex items-center px-4 py-2 text-sm font-semibold text-muted-foreground uppercase tracking-wide">
391391
<i data-lucide="plug" class="nav-section-icon mr-2"></i>
392392
<span class="nav-section-title" data-i18n="nav.mcpServers">MCP Servers</span>
393393
</div>
@@ -402,7 +402,7 @@
402402

403403
<!-- Hooks Section -->
404404
<div class="mb-2" id="hooksNav">
405-
<div class="flex items-center px-4 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide">
405+
<div class="flex items-center px-4 py-2 text-sm font-semibold text-muted-foreground uppercase tracking-wide">
406406
<i data-lucide="webhook" class="nav-section-icon mr-2"></i>
407407
<span class="nav-section-title" data-i18n="nav.hooks">Hooks</span>
408408
</div>
@@ -417,7 +417,7 @@
417417

418418
<!-- Memory Section -->
419419
<div class="mb-2" id="memoryNav">
420-
<div class="flex items-center px-4 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide">
420+
<div class="flex items-center px-4 py-2 text-sm font-semibold text-muted-foreground uppercase tracking-wide">
421421
<i data-lucide="brain" class="nav-section-icon mr-2"></i>
422422
<span class="nav-section-title" data-i18n="nav.memory">Memory</span>
423423
</div>

0 commit comments

Comments
 (0)