refactoring and clean up of chat cliet
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user