added rounding to the wfm sidebar to make sure numbers arent too long

This commit is contained in:
2016-04-01 14:00:14 +02:00
parent 5376f1ba7b
commit b091727ddd
7 changed files with 19 additions and 11 deletions
+3
View File
@@ -45,8 +45,11 @@
position: fixed;
bottom: dist(2);
padding: dist(-1) dist(0);
// center horizontally
left: 50%;
@include translate(-50%,0);
// hack to remove blur in chrome
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transform: translateZ(0) scale(1.0, 1.0);