fix: optimizations back

This commit is contained in:
cha0s 2019-04-24 03:28:40 -05:00
parent e52139001a
commit df2a876aea

View File

@ -11,6 +11,10 @@ const decorate = compose(
top: 0;
left: 0;
}
.particle {
position: absolute;
will-change: transform, opacity;
}
.particle .text {
display: inline-block;
font-family: monospace;