We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e65af commit 1d18aacCopy full SHA for 1d18aac
css/main.css
@@ -450,7 +450,7 @@ a.main-button {
450
/** INSPECTOR **/
451
452
#inspector > * {
453
- padding: 16px 16px;
+ padding: 10px 10px;
454
}
455
456
#inspector.dark-mode {
js/UI/Popup.js
@@ -537,9 +537,9 @@ class Popup{
537
} else{
538
sceneEnvironment = 'indoor'
539
540
+ disableSensorsConsideringEnvironment(sceneEnvironment);
541
542
- disableSensorsConsideringEnvironment(sceneEnvironment);
543
544
//Old system
545
// const switchElement = document.getElementById('hardware-switch-indoor-outdoor');
0 commit comments