feat: add keyboard shortcut tooltips

This commit is contained in:
Zoe
2026-03-02 13:41:57 -06:00
parent 579f4730c8
commit e2a4643419
16 changed files with 217 additions and 53 deletions
-4
View File
@@ -207,10 +207,6 @@ button.accent:hover {
background-color: var(--color-accent-hover);
}
.capitalize {
text-transform: capitalize;
}
.has-obtrusive-scrollbars .chat-scroll-container {
scrollbar-gutter: stable;
}