Increase chatbot jumping circle size to avoid artifacts

This commit is contained in:
Kristóf Tóth 2018-06-28 16:13:53 +02:00
parent b03197b122
commit eb7e333b70

View File

@ -40,8 +40,8 @@
}
.jumping-circle {
width: 0.35em;
height: 0.35em;
width: 0.5em;
height: 0.5em;
border-radius: 50%;
background-color: gray;
margin-top: 0.3em;