diff --git a/src/assets/main.css b/src/assets/main.css
index 536ae780..9c8a6f15 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -36,16 +36,6 @@ code {
border-right: 1px solid var(--color-border);
border-bottom: 1px solid var(--color-border);
}
-label.right-of-checkbox{
- margin-left: 0.1rem;
- text-align: left;
- vertical-align: baseline;
-}
-label.right-of-radio{
- margin-left: 0.25rem;
- text-align: left;
- vertical-align: baseline;
-}
/* UI elements */
input[type='text'],
@@ -156,12 +146,18 @@ ul.btn-group {
}
.control.checkbox-container label {
font-weight: normal;
+ margin-left: 0.2rem;
+ text-align: left;
+ vertical-align: baseline;
}
.control.radio-group {
gap: 0rem 1rem;
}
.control.radio-group span label {
font-weight: unset;
+ margin-left: 0.35rem;
+ text-align: left;
+ vertical-align: baseline;
}
/* Responding to screen size */
diff --git a/src/components/ScaleControls.vue b/src/components/ScaleControls.vue
index de5c8d6e..81cce1b6 100644
--- a/src/components/ScaleControls.vue
+++ b/src/components/ScaleControls.vue
@@ -87,7 +87,7 @@ defineExpose({ focus, clearPaletteInfo })
v-model="scale.autoColors"
@input="updateScale"
/>
-
+
@@ -98,7 +98,7 @@ defineExpose({ focus, clearPaletteInfo })
v-model="scale.autoColors"
@input="updateScale"
/>
-
+
@@ -109,7 +109,7 @@ defineExpose({ focus, clearPaletteInfo })
v-model="scale.autoColors"
@input="updateScale"
/>
-
+
diff --git a/src/components/modals/generation/ConcordanceShell.vue b/src/components/modals/generation/ConcordanceShell.vue
index eac310e8..601f91fe 100644
--- a/src/components/modals/generation/ConcordanceShell.vue
+++ b/src/components/modals/generation/ConcordanceShell.vue
@@ -111,11 +111,11 @@ function generate(shell = true, expand = true) {
-
+
-
+
diff --git a/src/components/modals/generation/HistoricalScale.vue b/src/components/modals/generation/HistoricalScale.vue
index 7f9b2a3c..4619cb00 100644
--- a/src/components/modals/generation/HistoricalScale.vue
+++ b/src/components/modals/generation/HistoricalScale.vue
@@ -186,7 +186,7 @@ function generate(expand = true) {
v-model="historical.method"
@input="historical.selectPreset(historical.selectedPreset)"
/>
-
+
@@ -197,7 +197,7 @@ function generate(expand = true) {
v-model="historical.method"
@input="historical.down = 1"
/>
-
+
@@ -208,7 +208,7 @@ function generate(expand = true) {
v-model="historical.method"
@input="historical.selectWellPreset(historical.selectedWellPreset)"
/>
-
+
@@ -243,11 +243,11 @@ function generate(expand = true) {
-
+
-
+
@@ -337,11 +337,11 @@ function generate(expand = true) {
-
+
-
+
@@ -384,11 +384,11 @@ function generate(expand = true) {
-
+
-
+
@@ -215,45 +215,45 @@ function edoClick(info: MosScaleInfo) {
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/components/modals/generation/RankTwo.vue b/src/components/modals/generation/RankTwo.vue
index 094f21ce..3e3799f4 100644
--- a/src/components/modals/generation/RankTwo.vue
+++ b/src/components/modals/generation/RankTwo.vue
@@ -184,22 +184,22 @@ function generate(expand = true) {
-
+
-
+
-
+
-
+
@@ -385,22 +385,22 @@ function generate(expand = true) {
-
+
-
+
-
+
-
+
@@ -417,17 +417,17 @@ function generate(expand = true) {
-
+
-
+
-
+
diff --git a/src/components/modals/generation/SpanLattice.vue b/src/components/modals/generation/SpanLattice.vue
index 46264119..1361ae81 100644
--- a/src/components/modals/generation/SpanLattice.vue
+++ b/src/components/modals/generation/SpanLattice.vue
@@ -109,17 +109,17 @@ function generate(expand = true) {
value="generators"
v-model="lattice.method"
/>
-
+
-
+
-
+
diff --git a/src/components/modals/modification/CoalesceDuplicates.vue b/src/components/modals/modification/CoalesceDuplicates.vue
index 456b7b78..ede92711 100644
--- a/src/components/modals/modification/CoalesceDuplicates.vue
+++ b/src/components/modals/modification/CoalesceDuplicates.vue
@@ -52,7 +52,7 @@ function modify(expand = true) {
value="simplest"
v-model="modal.coalescingAction"
/>
-
+
@@ -62,7 +62,7 @@ function modify(expand = true) {
value="lowest"
v-model="modal.coalescingAction"
/>
-
+
@@ -72,16 +72,16 @@ function modify(expand = true) {
value="highest"
v-model="modal.coalescingAction"
/>
-
+
-
+
-
+
-
+
diff --git a/src/components/modals/modification/EqualizeScale.vue b/src/components/modals/modification/EqualizeScale.vue
index 74a8808a..8af8eb65 100644
--- a/src/components/modals/modification/EqualizeScale.vue
+++ b/src/components/modals/modification/EqualizeScale.vue
@@ -73,11 +73,11 @@ function modify(expand = true) {
-
+
-
+
Error: {{ equalizedScaleData.error.toFixed(5) }} c
diff --git a/src/components/modals/modification/ExpandScale.vue b/src/components/modals/modification/ExpandScale.vue
index 5bde53a0..a3fe5eea 100644
--- a/src/components/modals/modification/ExpandScale.vue
+++ b/src/components/modals/modification/ExpandScale.vue
@@ -32,11 +32,11 @@ function modify() {
Expand your scale to individual lines.
-
+
-
+
diff --git a/src/components/modals/modification/MergeOffsets.vue b/src/components/modals/modification/MergeOffsets.vue
index adc6a8b9..0c2beb6f 100644
--- a/src/components/modals/modification/MergeOffsets.vue
+++ b/src/components/modals/modification/MergeOffsets.vue
@@ -50,17 +50,17 @@ function modify(expand = true) {
-
+
-
+
-
+
diff --git a/src/components/modals/modification/RandomVariance.vue b/src/components/modals/modification/RandomVariance.vue
index 20f2587a..456f7e3f 100644
--- a/src/components/modals/modification/RandomVariance.vue
+++ b/src/components/modals/modification/RandomVariance.vue
@@ -47,7 +47,7 @@ function modify(expand = true) {
-
+
diff --git a/src/components/modals/modification/TemperScale.vue b/src/components/modals/modification/TemperScale.vue
index 5de3c4e9..3457f814 100644
--- a/src/components/modals/modification/TemperScale.vue
+++ b/src/components/modals/modification/TemperScale.vue
@@ -94,7 +94,7 @@ function modify(expand = true) {
@focus="temper.error = ''"
v-model="temper.method"
/>
-
+
-
+
@@ -115,7 +115,7 @@ function modify(expand = true) {
@focus="temper.error = ''"
v-model="temper.method"
/>
-
+
@@ -196,7 +196,7 @@ function modify(expand = true) {
@focus="temper.error = ''"
v-model="temper.tempering"
/>
-
+
@@ -207,7 +207,7 @@ function modify(expand = true) {
@focus="temper.error = ''"
v-model="temper.tempering"
/>
-
+
@@ -219,7 +219,7 @@ function modify(expand = true) {
:disabled="!temper.constraintsAvailable"
v-model="temper.tempering"
/>
-
+
diff --git a/src/views/AnalysisView.vue b/src/views/AnalysisView.vue
index c3934e5b..9cda881d 100644
--- a/src/views/AnalysisView.vue
+++ b/src/views/AnalysisView.vue
@@ -230,17 +230,17 @@ function highlight(y?: number, x?: number) {
-
+
-
+
-
+
@@ -252,12 +252,12 @@ function highlight(y?: number, x?: number) {
-
+
-
+
@@ -276,7 +276,7 @@ function highlight(y?: number, x?: number) {
type="checkbox"
v-model="state.calculateConstantStructureViolations"
/>
-
+
@@ -284,11 +284,11 @@ function highlight(y?: number, x?: number) {
-
+
-
+
@@ -383,11 +383,11 @@ function highlight(y?: number, x?: number) {
-
+
-
+
diff --git a/src/views/LatticeView.vue b/src/views/LatticeView.vue
index f3dba428..428df404 100644
--- a/src/views/LatticeView.vue
+++ b/src/views/LatticeView.vue
@@ -123,11 +123,11 @@ watch(etPreset, (newValue) => {
-
+
-
+
@@ -162,15 +162,15 @@ watch(etPreset, (newValue) => {
-
+
-
+
-
+
@@ -251,19 +251,19 @@ watch(etPreset, (newValue) => {
-
+
-
+
-
+
-
+
@@ -275,7 +275,7 @@ watch(etPreset, (newValue) => {
-
+
diff --git a/src/views/MidiView.vue b/src/views/MidiView.vue
index 4cd46cbd..30720df8 100644
--- a/src/views/MidiView.vue
+++ b/src/views/MidiView.vue
@@ -184,19 +184,19 @@ onUnmounted(() => {
-
+
-
+
-
+
-
+
diff --git a/src/views/PreferencesView.vue b/src/views/PreferencesView.vue
index 2295987c..cd9240fe 100644
--- a/src/views/PreferencesView.vue
+++ b/src/views/PreferencesView.vue
@@ -53,11 +53,11 @@ const scale = useScaleStore()
-
+
-
+
Accidentals
@@ -69,7 +69,7 @@ const scale = useScaleStore()
value="double"
v-model="scale.accidentalPreference"
/>
-
+
-
+
-
+
diff --git a/src/views/SynthView.vue b/src/views/SynthView.vue
index 79030248..76d6ec76 100644
--- a/src/views/SynthView.vue
+++ b/src/views/SynthView.vue
@@ -260,17 +260,17 @@ onUnmounted(() => {
value="oscillator"
v-model="audio.synthType"
/>
-
+
-
+
-
+
@@ -427,27 +427,27 @@ onUnmounted(() => {
value="isomorphic"
v-model="scale.keyboardMode"
/>
-
+
-
+
-
+
- QWERTY & digits + ZXCV & ASDF separated by an equave
-
+