fix progress style in safari

This commit is contained in:
afc163 2015-06-19 16:54:32 +08:00
parent e8fd51f593
commit 798bcba584

View File

@ -40,6 +40,7 @@
text-align: center;
line-height: 1;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;