feat(desktop): message history

This commit is contained in:
Adam
2025-12-13 06:51:24 -06:00
parent 307af10c8b
commit a6e297baad
4 changed files with 165 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
@keyframes pulse-opacity {
0%,
100% {
opacity: 0;
opacity: 0.4;
}
50% {
opacity: 1;
@@ -18,7 +18,7 @@
opacity: 0;
}
50% {
opacity: 0.3;
opacity: 0.2;
}
}