refactoring and clean up of chat cliet

This commit is contained in:
Storme-bit
2026-04-07 03:27:04 -07:00
parent 107ee5755e
commit 541e664da1
6 changed files with 43 additions and 30 deletions

View File

@@ -23,4 +23,9 @@ html, body, #root {
background: var(--bg-base);
color: var(--text-primary);
font-size: 15px;
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0; }
}