Skip to content

Commit

Permalink
fix: compressor area in chan strip was scrollable in css.
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Jun 3, 2020
1 parent 7431031 commit 55bc40a
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 164 deletions.
327 changes: 168 additions & 159 deletions client/assets/css/ChanStrip.css
Original file line number Diff line number Diff line change
@@ -1,159 +1,168 @@
.chan-strip-body {
position: relative;
top: 5px;
width: 620px;
height: 940px;
background-color: rgb(31, 31, 31);
border-color: rgb(70, 70, 70);
border-style: solid;
border-width: 4px;
border-radius: 8px;
text-align: left;
color: #fff;
}

.chan-strip-body > .header {
margin-left: 40px;
margin-top: 10px;
width: 420px;
font-size: 240%;
color: #fff;
}

.chan-strip-body > .parameters {
top: 5px;
left: 2px;
height: 900px;
overflow: auto;
text-align: center;
color: #fff;
}

.parameters > .parameter-group {
display: flex;
top: 5px;
left: 2px;
margin-left: 90px;
overflow: auto;
text-align: center;
color: #fff;
}

.parameter-group > .horizontal-space {
width: 150px;
height: 50px;
}

.parameters > .group-text {
text-align: center;
line-height: 20px;
font-size: 110%;
}

.zero-eq {
width: 63px;
height: 2px;
margin-left: -68px;
margin-right: 30px;
margin-top: 111px;
}

.zero-comp {
width: 63px;
height: 2px;
margin-left: -68px;
margin-right: 30px;
margin-top: 81px;
}

.zero-monitor {
width: 2px;
height: 20px;
margin-left: 10px;
margin-top: -150px;
}

.parameters > .parameter-text {
list-style-type: none;
text-align: center;
margin-top: 15px;
line-height: 10px;
font-size: 100%;
}

.parameter-group > .delayButtons {
width: 30px;
margin-top: 24px;
}

.delayButtons > .delayTime {
outline : none;
-moz-outline : none;
color: white;
height: 45px;
width: 70px;
border-color: rgb(71, 71, 71);
background-color: rgb(53, 53, 53);
margin-left: -50px;
margin-top: 5px;
border-radius: 7px;
}

.parameters > .monitor-sends {
list-style-type: none;
display: flex;
text-align: center;
margin-top: 15px;
margin-left: 1px;
padding: 0px;
line-height: 10px;
font-size: 95%;
}

.header > .close {
position: fixed;
outline : none;
border-color: rgb(99, 99, 99);
background-color: rgb(27, 27, 27);
border-radius: 20px;
color: #fff;
width: 50px;
height: 50px;
font-size: 30px;
margin-top: 5px;
left: 550px;
}

.header > button {
outline : none;
border-color: rgb(99, 99, 99);
background-color: rgb(27, 27, 27);
border-radius: 7px;
margin-left: 10px;
margin-top: 5px;
width: 180px;
font-size: 12px;
line-height: 40px;
color: #fff;
}

.chan-strip-fader {
width: 10px;
height: 200px;
margin-left: 35px;
margin-right: 30px;
margin-top: 10px;
border-width: 0px;
border-style: solid;
border-radius: 8px;
background-color: rgb(17, 17, 17);
}

.chan-strip-thumb {
margin-left: -20px;
width: 45px;
height: 49px;
border: 1px solid #c5c2c2;
border-radius: 8px;
background: linear-gradient(to top, #3a3a3a 0%, #c2c2c2 20%, hsl(0, 0%, 57%) 50%, #00a 1px, #919191 52%, #c2c2c2 80%, #3a3a3a 100%);
}
.chan-strip-body {
position: relative;
top: 5px;
width: 620px;
height: 940px;
background-color: rgb(31, 31, 31);
border-color: rgb(70, 70, 70);
border-style: solid;
border-width: 4px;
border-radius: 8px;
text-align: left;
color: #fff;
}

.chan-strip-body > .header {
margin-left: 40px;
margin-top: 10px;
width: 420px;
font-size: 240%;
color: #fff;
}

.chan-strip-body > .parameters {
top: 5px;
left: 2px;
height: 900px;
overflow: auto;
text-align: center;
color: #fff;
}

.parameters > .parameter-group {
display: flex;
top: 5px;
left: 2px;
margin-left: 90px;
overflow: auto;
text-align: center;
color: #fff;
}

.parameter-group > .horizontal-space {
width: 150px;
height: 50px;
}

.parameters > .group-text {
text-align: center;
line-height: 20px;
font-size: 110%;
}

.zero-eq {
width: 63px;
height: 2px;
margin-left: -68px;
margin-right: 30px;
margin-top: 111px;
}

.zero-comp {
width: 63px;
height: 2px;
margin-left: -68px;
margin-right: 30px;
margin-top: 81px;
}

.zero-monitor {
width: 2px;
height: 20px;
margin-left: 10px;
margin-top: -150px;
}

.parameters > .parameter-text {
list-style-type: none;
text-align: center;
margin-top: 15px;
line-height: 10px;
font-size: 100%;
}

.parameter-group > .delayButtons {
width: 30px;
margin-top: 24px;
}

.delayButtons > .delayTime {
outline: none;
-moz-outline: none;
color: white;
height: 45px;
width: 70px;
border-color: rgb(71, 71, 71);
background-color: rgb(53, 53, 53);
margin-left: -50px;
margin-top: 5px;
border-radius: 7px;
}

.parameters > .monitor-sends {
list-style-type: none;
display: flex;
text-align: center;
margin-top: 15px;
margin-left: 1px;
padding: 0px;
line-height: 10px;
font-size: 95%;
}

.header > .close {
position: fixed;
outline: none;
border-color: rgb(99, 99, 99);
background-color: rgb(27, 27, 27);
border-radius: 20px;
color: #fff;
width: 50px;
height: 50px;
font-size: 30px;
margin-top: 5px;
left: 550px;
}

.header > button {
outline: none;
border-color: rgb(99, 99, 99);
background-color: rgb(27, 27, 27);
border-radius: 7px;
margin-left: 10px;
margin-top: 5px;
width: 180px;
font-size: 12px;
line-height: 40px;
color: #fff;
}

.chan-strip-fader {
width: 10px;
height: 200px;
margin-left: 35px;
margin-right: 30px;
margin-top: 10px;
border-width: 0px;
border-style: solid;
border-radius: 8px;
background-color: rgb(17, 17, 17);
}

.chan-strip-thumb {
margin-left: -20px;
width: 45px;
height: 49px;
border: 1px solid #c5c2c2;
border-radius: 8px;
background: linear-gradient(
to top,
#3a3a3a 0%,
#c2c2c2 20%,
hsl(0, 0%, 57%) 50%,
#00a 1px,
#919191 52%,
#c2c2c2 80%,
#3a3a3a 100%
);
}
5 changes: 0 additions & 5 deletions client/assets/css/ReductionMeter.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.reductionmeter-body {
position: relative;
top: 2px;
width: 24px;
margin-top: 15px;
Expand All @@ -9,27 +8,23 @@
}

.reductionmeter-canvas {
position: absolute;
width: 10px;
margin-left: -5px;
bottom: 0;
height: 100%;
}

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

0 comments on commit 55bc40a

Please sign in to comment.