simplify array string
parent
f9fc5a2634
commit
6618976efd
@ -1,48 +1,55 @@
|
||||
.channel {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.new-channel {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 64px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 64px 0;
|
||||
}
|
||||
|
||||
input, label, button, .insert {
|
||||
font-size: 1.5rem;
|
||||
font-family: monospace;
|
||||
margin: 0 8px;
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input,
|
||||
label,
|
||||
button,
|
||||
.insert {
|
||||
font-size: 1.5rem;
|
||||
font-family: monospace;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
input[type='range'], .insert {
|
||||
width: 200px;
|
||||
input[type="range"],
|
||||
.insert {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#insert {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
button{
|
||||
border: 1px solid currentColor;
|
||||
button {
|
||||
border: 1px solid currentColor;
|
||||
}
|
||||
|
||||
button#insert {
|
||||
margin-right: 140px;
|
||||
margin-right: 140px;
|
||||
}
|
||||
|
||||
#bpm {
|
||||
border: none;
|
||||
border-bottom: 1px solid currentColor;
|
||||
width: 5ch;
|
||||
border: none;
|
||||
border-bottom: 1px solid currentColor;
|
||||
width: 5ch;
|
||||
}
|
||||
|
||||
.notation {
|
||||
flex-grow: 1;
|
||||
border: none;
|
||||
border-bottom: 1px solid currentColor;
|
||||
padding: 1ch;
|
||||
font-size: 1.5rem;
|
||||
width: auto;
|
||||
flex-grow: 1;
|
||||
border: none;
|
||||
border-bottom: 1px solid currentColor;
|
||||
padding: 1ch;
|
||||
font-size: 1.5rem;
|
||||
width: auto;
|
||||
}
|
Loading…
Reference in New Issue