Skip to content

Commit

Permalink
fix: faders should not overlap buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Apr 2, 2020
1 parent 443d148 commit d976aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/assets/css/Channel.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-moz-outline : none;
margin-left: 3px;
margin-right: 3px;
margin-top: 25px;
margin-top: 37px;
color: white;
height: 90px;
width: 80px;
Expand Down Expand Up @@ -171,9 +171,9 @@

.channel-volume-fader {
width: 10px;
height: 420px;
height: 400px;
margin-left: 55px;
margin-top: 20px;
margin-top: 30px;
background-color: rgb(15, 15, 15);
border-color: rgba(0,0,0);

Expand Down

0 comments on commit d976aa3

Please sign in to comment.