mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-04-27 02:05:09 +02:00
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:
@@ -120,11 +120,11 @@
|
||||
}
|
||||
|
||||
.nav-section-title {
|
||||
font-size: 9px;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1.5px;
|
||||
color: var(--text-muted);
|
||||
padding: 12px 12px 4px;
|
||||
padding: 12px 12px 6px 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user