Skip to content

Commit

Permalink
feat: CSS - less space for Multiple meter
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Mar 23, 2021
1 parent 01a6e36 commit dc1c4e4
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions client/assets/css/VuMeter.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
.vumeter-body {
width: 24px;
margin: 15px 5px;
background-color: black;
border-radius: 7px;
height: 430px;
}

.vumeter-canvas {
width: 10px;
margin-left: 6px;
bottom: 0;
height: 100%;
margin-top: 50%;
}

.vumeter-lower-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(0, 122, 37);
}
.vumeter-middle-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(53, 167, 0);
}
.vumeter-upper-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(206, 0, 0);
}
.vumeter-body {
width: 24px;
margin-left: 2px;
margin-right: 4px;
background-color: black;
border-radius: 7px;
height: 430px;
}

.vumeter-canvas {
width: 10px;
margin-left: 6px;
bottom: 0;
height: 100%;
margin-top: 50%;
}

.vumeter-lower-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(0, 122, 37);
}
.vumeter-middle-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(53, 167, 0);
}
.vumeter-upper-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(206, 0, 0);
}

0 comments on commit dc1c4e4

Please sign in to comment.