diff --git a/js/kiri.js b/js/kiri.js index defe5c93..69c6654c 100644 --- a/js/kiri.js +++ b/js/kiri.js @@ -706,11 +706,10 @@ self.kiri.copyright = exports.COPYRIGHT; API.view.snapshot = snap.substring(snap.indexOf(",")+1); } - setViewMode(VIEWS.SLICE); - clearPrint(); - API.conf.save(); platform.deselect(); + setViewMode(VIEWS.SLICE); + API.conf.save(); var firstMesh = true, countdown = WIDGETS.length, diff --git a/web/moto/style.css b/web/moto/style.css index 3e0903fc..231e8489 100644 --- a/web/moto/style.css +++ b/web/moto/style.css @@ -314,6 +314,16 @@ th, tr, td, span, div, label, button { font-size: larger !important; padding: 5px 10px 5px 10px; } +:-moz-any(#control-left.compact) { + overflow-x: display !important; + overflow-y: display !important; +} +:-moz-any(#control-right.compact) { + overflow-x: display !important; + overflow-y: display !important; + margin-right: auto !important; + margin-bottom: auto !important; +} #control-left::-webkit-scrollbar, #control-right::-webkit-scrollbar { display: none; }