feat(desktop): message history
This commit is contained in:
parent
307af10c8b
commit
a6e297baad
4 changed files with 165 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue