N.Achyuth Reddy
commited on
Commit
·
b1361c0
1
Parent(s):
05a3e54
Update client/css/message.css
Browse files- client/css/message.css +12 -12
client/css/message.css
CHANGED
|
@@ -18,6 +18,18 @@
|
|
| 18 |
}
|
| 19 |
}
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
.message .avatar-container img {
|
| 22 |
max-width: 48px;
|
| 23 |
max-height: 48px;
|
|
@@ -62,16 +74,4 @@
|
|
| 62 |
font-size: 0.875rem;
|
| 63 |
line-height: 1.3;
|
| 64 |
}
|
| 65 |
-
}
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
.wrapper {
|
| 73 |
-
height: 100vh;
|
| 74 |
-
/*This part is important for centering*/
|
| 75 |
-
display: grid;
|
| 76 |
-
place-items: center;
|
| 77 |
}
|
|
|
|
| 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;
|
|
|
|
| 74 |
font-size: 0.875rem;
|
| 75 |
line-height: 1.3;
|
| 76 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
}
|