reduce select field

This commit is contained in:
GRL 2021-06-07 16:23:00 +02:00
parent 000be7aa49
commit c9da38c7ec
2 changed files with 1 additions and 4 deletions

View file

@ -219,7 +219,7 @@
.enableCameraScene .control-group .nes-select {
font-size: 80%;
width: calc(100% - 50px);
width: 50%
}
.enableCameraScene button.letsgo {

View file

@ -33,9 +33,6 @@ export class EnableCameraScene extends ResizableScene {
});
enableCameraSceneVisibilityStore.showEnableCameraScene();
console.log('TEST');
console.error('TEST !!!!!');
}
public onResize(): void {