This commit is contained in:
JC Brand 2016-11-30 17:08:23 +00:00
parent 829f9ab216
commit 48791fa572
2 changed files with 4 additions and 4 deletions

View File

@ -1098,9 +1098,9 @@
opacity: 1; } }
@-webkit-keyframes fadein {
0% {
font-size: 0; }
opacity: 0; }
100% {
font-size: 40px; } }
opacity: 1; } }
#conversejs .visible {
visibility: visible;
opacity: 1;

View File

@ -55,8 +55,8 @@
100% { opacity: 1 }
}
@-webkit-keyframes fadein {
0% { font-size: 0 }
100% { font-size: 40px }
0% { opacity: 0 }
100% { opacity: 1 }
}
.visible {