Skip to content

Commit

Permalink
minor UI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lijon committed Sep 16, 2021
1 parent 1b46728 commit 3f8fdfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BafangWebCfg.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
float: right;
}
.reload-cell {
min-width: 0;
min-width: 3em;
width: 3em;
padding: 0;
text-align: right;
}
Expand Down
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class BafangConfig {
}
}
else {
this.logError(BLK_GEN, "Web Serial disabled or not supported by your browser.\nTry a recent version of Chrome, Opera or Edge.")
this.logError(BLK_GEN, "Web Serial disabled or not supported by your browser. Try a recent version of Chrome, Opera or Edge.")
}
}
async write(data) {
Expand Down

0 comments on commit 3f8fdfd

Please sign in to comment.