Skip to content

Commit

Permalink
use font-size instead of scale to keep the spin smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Sep 29, 2017
1 parent 5e75a0a commit 558f700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/renderer/components/TaskView.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
}

&.-PROCESSING {
.traffic {
transform: scale(2);
.traffic .icon {
font-size: 2em;
}
}

Expand Down

0 comments on commit 558f700

Please sign in to comment.