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) { Vernie build represented with LeoCAD )} @@ -26,7 +26,7 @@ export default function Vernie({ themeManager }: IBuildProps) { Vernie build represented with LeoCAD ); } 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 @@ - - - - - - - - - - - - - - - - - (port C) - Caterpillars wheels ( port A and B) + Caterpillarswheels(ports A and B) 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 @@ - - - - - - - - - - - - - - - - - (port C) Caterpillars wheels ( port A and B) + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;font-family:System-ui;-inkscape-font-specification:System-ui;text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#000000" + x="530.60126" + y="749.84668" + id="text15">Caterpillarswheels(ports A and B) 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 {