diff --git a/src/components/VirtualKeyboard.vue b/src/components/VirtualKeyboard.vue
index e9184a4c..4c773612 100644
--- a/src/components/VirtualKeyboard.vue
+++ b/src/components/VirtualKeyboard.vue
@@ -69,33 +69,35 @@ const isMousePressed = ref(false)
diff --git a/src/views/AnalysisView.vue b/src/views/AnalysisView.vue
index f1fb82f7..8491c11e 100644
--- a/src/views/AnalysisView.vue
+++ b/src/views/AnalysisView.vue
@@ -321,41 +321,45 @@ const sSlider = computed({
Interval matrix (modes)
-
- |
-
- {{ i - 1 + state.intervalMatrixIndexing }}
- |
- ({{ scale.scale.size + state.intervalMatrixIndexing }}) |
- Bright % |
-
-
-
-
- {{ scale.labels[mmod(i - 1, scale.labels.length)] }}
-
-
- {{ formatMatrixCell(i ? scale.relativeIntervals[i - 1] : UNISON) }}
-
- |
-
- {{ name }}
- |
- {{ brightness[i] }} |
-
-
- Var |
- {{ v }} |
- |
-
+
+
+ |
+
+ {{ i - 1 + state.intervalMatrixIndexing }}
+ |
+ ({{ scale.scale.size + state.intervalMatrixIndexing }}) |
+ Bright % |
+
+
+
+
+
+
+ {{ scale.labels[mmod(i - 1, scale.labels.length)] }}
+
+
+ {{ formatMatrixCell(i ? scale.relativeIntervals[i - 1] : UNISON) }}
+
+ |
+
+ {{ name }}
+ |
+ {{ brightness[i] }} |
+
+
+ Var |
+ {{ v }} |
+ |
+
+
@@ -606,16 +610,20 @@ const sSlider = computed({
-
- Label |
- Cents |
- Entropy % |
-
-
- {{ labels[i] }} |
- {{ cents.toFixed(scale.centsFractionDigits) }} |
- {{ (100 * entropy.entropyPercentage(cents)).toFixed(3) }} |
-
+
+
+ Label |
+ Cents |
+ Entropy % |
+
+
+
+
+ {{ labels[i] }} |
+ {{ cents.toFixed(scale.centsFractionDigits) }} |
+ {{ (100 * entropy.entropyPercentage(cents)).toFixed(3) }} |
+
+