Skip to content

Commit eac585f

Browse files
Update Move Hub panel.
1 parent ea5fff9 commit eac585f

5 files changed

Lines changed: 38 additions & 213 deletions

File tree

src/bluetooth/BluetoothManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { IDisposable } from '@lumino/disposable';
66
import { Dialog, showDialog } from '@jupyterlab/apputils';
77

88
/**
9-
* A class used to update the list of connected device and the related signals used to rerender the connected devices section.
9+
* A class used to update the list of connected devices and the related signals used to rerender the connected devices section.
1010
*/
1111
export class BluetoothManager implements IBluetoothManager {
1212
constructor() {

src/movehub-extension/components/Vernie.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Vernie({ themeManager }: IBuildProps) {
1616
<img
1717
src={currentSVGUrl}
1818
alt="Vernie build represented with LeoCAD"
19-
height="300px"
19+
height="280px"
2020
/>
2121
)}
2222
</UseSignal>
@@ -26,7 +26,7 @@ export default function Vernie({ themeManager }: IBuildProps) {
2626
<img
2727
src={VernieLightSVGUrl}
2828
alt="Vernie build represented with LeoCAD"
29-
height="300px"
29+
height="280px"
3030
/>
3131
);
3232
}

style/VernieSchematicDark.svg

Lines changed: 17 additions & 105 deletions
Loading

style/VernieSchematicLight.svg

Lines changed: 16 additions & 104 deletions
Loading

style/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@
7575

7676
.move-input-field {
7777
height: 24px;
78-
padding: 0;
78+
padding: 0 4px;
7979
border-width: 0.5px;
8080
border-radius: 4px;
8181
width: 30px;
8282
font-size: 10px;
8383
background-color: var(--jp-layout-color2);
84+
text-align: right;
8485
}
8586

8687
.move-input-field-with-2buttons {

0 commit comments

Comments
 (0)