Se corrigen bugs de chat en tiempo real
This commit is contained in:
@@ -316,3 +316,20 @@ button:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.typing-indicator::after {
|
||||
content: "...";
|
||||
animation: dots 1.5s infinite;
|
||||
}
|
||||
|
||||
@keyframes dots {
|
||||
0% {content: ".";}
|
||||
33% {content: "..";}
|
||||
66% {content: "...";}
|
||||
}
|
||||
|
||||
#typingIndicator{
|
||||
font-size:12px;
|
||||
color:#6c757d;
|
||||
min-height:18px;
|
||||
padding-left:5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user