Commit 48791fa5 authored by JC Brand's avatar JC Brand

CSS fix.

parent 829f9ab2
...@@ -1098,9 +1098,9 @@ ...@@ -1098,9 +1098,9 @@
opacity: 1; } } opacity: 1; } }
@-webkit-keyframes fadein { @-webkit-keyframes fadein {
0% { 0% {
font-size: 0; } opacity: 0; }
100% { 100% {
font-size: 40px; } } opacity: 1; } }
#conversejs .visible { #conversejs .visible {
visibility: visible; visibility: visible;
opacity: 1; opacity: 1;
......
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
100% { opacity: 1 } 100% { opacity: 1 }
} }
@-webkit-keyframes fadein { @-webkit-keyframes fadein {
0% { font-size: 0 } 0% { opacity: 0 }
100% { font-size: 40px } 100% { opacity: 1 }
} }
.visible { .visible {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment