refactor(ui): consolidate sidebar selector shortcut hints

This commit is contained in:
Shantur Rathore
2026-01-28 18:03:20 +00:00
parent a401eeec11
commit 0a793fb1c6
5 changed files with 14 additions and 14 deletions

View File

@@ -132,6 +132,13 @@
color: var(--text-muted);
}
.session-sidebar-selector-hints {
@apply flex flex-wrap items-center w-full text-xs;
justify-content: space-evenly;
gap: 4px;
color: var(--text-muted);
}
.session-header-hints {
@apply flex-shrink-0;
}
@@ -482,4 +489,3 @@
border-color: var(--border-base);
background-color: var(--surface-secondary);
}