refactor(ui): restructure navigation sidebar with Overview as primary entry

- Move Overview to first navigation item for better UX
- Consolidate `Chat` into `Agents` section
- Increase chevron and section title font sizes for improved readability
- Adjust section title padding for better visual spacing

Signed-off-by: 诺墨 <normal@normalcoder.com>
This commit is contained in:
诺墨
2026-04-07 18:19:48 +08:00
parent 07963779be
commit ded95f3180
3 changed files with 30 additions and 40 deletions

View File

@@ -2693,7 +2693,7 @@ mark.search-highlight {
justify-content: space-between;
}
.nav-section-chevron {
font-size: 8px;
font-size: 16px;
transition: transform var(--transition-fast);
color: var(--text-muted);
}