Skip to content

Commit

Permalink
Fix scale size
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Apr 22, 2017
1 parent 88721b3 commit 6db16cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chrome/global/scale.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
border-right: 1px solid black;
margin: 2px 4px;
width: 100px;
height: 15px;
}

.scale-slider[orient="vertical"]
Expand All @@ -26,7 +27,7 @@
border-top: 1px solid black;
border-bottom: 1px solid black;
margin: 4px 2px;
width: auto;
width: 15px;
height: 100px;
}

Expand Down

0 comments on commit 6db16cd

Please sign in to comment.