diff --git a/src/bluetooth/BluetoothManager.ts b/src/bluetooth/BluetoothManager.ts
index c08376d..57a01fd 100644
--- a/src/bluetooth/BluetoothManager.ts
+++ b/src/bluetooth/BluetoothManager.ts
@@ -6,7 +6,7 @@ import { IDisposable } from '@lumino/disposable';
import { Dialog, showDialog } from '@jupyterlab/apputils';
/**
- * A class used to update the list of connected device and the related signals used to rerender the connected devices section.
+ * A class used to update the list of connected devices and the related signals used to rerender the connected devices section.
*/
export class BluetoothManager implements IBluetoothManager {
constructor() {
diff --git a/src/movehub-extension/components/Vernie.tsx b/src/movehub-extension/components/Vernie.tsx
index d3d0980..01cf316 100644
--- a/src/movehub-extension/components/Vernie.tsx
+++ b/src/movehub-extension/components/Vernie.tsx
@@ -16,7 +16,7 @@ export default function Vernie({ themeManager }: IBuildProps) {
)}
@@ -26,7 +26,7 @@ export default function Vernie({ themeManager }: IBuildProps) {
);
}
diff --git a/style/VernieSchematicDark.svg b/style/VernieSchematicDark.svg
index 6d2db6b..dd4734d 100644
--- a/style/VernieSchematicDark.svg
+++ b/style/VernieSchematicDark.svg
@@ -4,103 +4,14 @@
diff --git a/style/VernieSchematicLight.svg b/style/VernieSchematicLight.svg
index 342dde5..9b6d2d6 100644
--- a/style/VernieSchematicLight.svg
+++ b/style/VernieSchematicLight.svg
@@ -4,103 +4,14 @@
diff --git a/style/base.css b/style/base.css
index 734bd44..fe3f605 100644
--- a/style/base.css
+++ b/style/base.css
@@ -10,6 +10,8 @@
width: 100%;
box-sizing: border-box;
background-color: var(--jp-layout-color0);
+ max-width: 1200px;
+ margin: 0 auto;
}
.vernie-control-grid-container {
@@ -75,12 +77,13 @@
.move-input-field {
height: 24px;
- padding: 0;
+ padding: 0 4px;
border-width: 0.5px;
border-radius: 4px;
width: 30px;
font-size: 10px;
background-color: var(--jp-layout-color2);
+ text-align: right;
}
.move-input-field-with-2buttons {
@@ -214,6 +217,11 @@
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, auto);
}
+
+ .vernie-control-grid-item-right {
+ justify-content: center;
+ grid-column: 1 / -1;
+ }
}
.manual-control-grid {