feat(desktop): message history
This commit is contained in:
parent
7a494abea9
commit
a8d7b8e946
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