Skip to content

Commit

Permalink
fix: Meter align with "zero"
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Oct 18, 2019
1 parent 6ee7029 commit 48f662a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/Channel.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
.channel-settings {
position: absolute;
top: 5px;
left: 9px;
left: -3px;
background: none;
border: none;
outline: none;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/VuMeter.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: absolute;
top: 30px;
width: 30px;
margin-top: 20px;
margin-top: 10px;
margin-left: 2px;
background-color: black;
border-radius: 7px;
Expand Down

0 comments on commit 48f662a

Please sign in to comment.