Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6c28e729e1 - Show all commits

View File

@ -36,7 +36,7 @@ html,body,button,h2,label,input{
font-family: 'Arial Neue', Helvetical, Arial, sans-serif;
}
body{
body.mobile{
padding-top: 35px;
}
.page{

View File

@ -112,6 +112,7 @@ mobile.ble.onError = function (err) {
mobile.init = function () {
const bleInputs = document.querySelectorAll('.ble')
document.querySelector('body').classList.add('mobile')
window.frame = mobile.frame;
window.getState = mobile.getState;