changed spacing and checkboxes

This commit is contained in:
Aoife
2020-11-20 22:46:44 -05:00
parent 9ba5e1d01b
commit c8463a0db8
7 changed files with 48 additions and 7 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ export default function Amp(props) {
)
}
/>
Distortion
<Checkbox
name="Distortion"
parameter={parameters.distortion}
onChange={(value) =>
dispatch(
@@ -118,8 +118,8 @@ export const VocoderAmp = (props) => {
)
}
/>
Distortion
<Checkbox
name="Distortion"
parameter={parameters.distortion}
onChange={(value) =>
dispatch(
+1 -1
View File
@@ -67,8 +67,8 @@ export default function EG(props) {
)
}
/>
EG Reset
<Checkbox
name="EG Reset"
parameter={parameters.egReset}
onChange={(value) =>
dispatch(
+1 -1
View File
@@ -37,8 +37,8 @@ export default function LFO(props) {
)
}
/>
Tempo Sync
<Checkbox
name="Tempo Sync"
parameter={parameters.tempoSync}
onChange={(value) =>
dispatch(
@@ -4,6 +4,7 @@
}
.container {
position: relative;
font-size: small;
display: inline-flex;
flex-direction: column;
@@ -15,10 +16,32 @@
line-height: 1.5em;
}
.container > * {
margin: 2.5pt 0;
margin: 3pt 0;
}
.header {
font-size: 1.5em;
line-height: 1.25em;
text-align: center;
background-color: white;
padding: 0 .25em 0.075em;
border-left: 1px solid slategrey;
border-right: 1px solid slategrey;
box-sizing: border-box;
}
.container > .header {
position: absolute;
top: -7.5%;
left: 12%;
}
.horizontalContainer > .header, .patchesContainer > .header {
position: absolute;
top: -5.25%;
left: 6%;
}
.horizontalContainer {
position: relative;
font-size: small;
display: inline-flex;
flex-direction: row;
@@ -32,6 +55,7 @@
}
.patchesContainer {
position: relative;
font-size: small;
display: inline-flex;
flex-direction: row;
@@ -60,4 +84,5 @@
.patchesContainer > .divider {
width: 4px;
}
}
+1 -1
View File
@@ -118,8 +118,8 @@ export const AudioIn = (props) => {
)
}
/>
HPF Gate
<Checkbox
name="HPF Gate"
parameter={parameters.hpfGate}
onChange={(value) =>
dispatch(