AchyuthGamer
commited on
Commit
•
08c5e37
1
Parent(s):
b1361c0
Update client/css/message.css
Browse files- client/css/message.css +1 -13
client/css/message.css
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
}
|
9 |
|
10 |
.message:last-child {
|
11 |
-
animation:
|
12 |
}
|
13 |
|
14 |
@keyframes show_message {
|
@@ -18,18 +18,6 @@
|
|
18 |
}
|
19 |
}
|
20 |
|
21 |
-
@keyframes typing {
|
22 |
-
from {
|
23 |
-
width: 0
|
24 |
-
}
|
25 |
-
}
|
26 |
-
|
27 |
-
@keyframes blink {
|
28 |
-
50% {
|
29 |
-
border-color: transparent
|
30 |
-
}
|
31 |
-
}
|
32 |
-
|
33 |
.message .avatar-container img {
|
34 |
max-width: 48px;
|
35 |
max-height: 48px;
|
|
|
8 |
}
|
9 |
|
10 |
.message:last-child {
|
11 |
+
animation: 0.6s show_message;
|
12 |
}
|
13 |
|
14 |
@keyframes show_message {
|
|
|
18 |
}
|
19 |
}
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
.message .avatar-container img {
|
22 |
max-width: 48px;
|
23 |
max-height: 48px;
|