Tweak keyboard font.
This commit is contained in:
@ -298,6 +298,7 @@ if (!globalObj.write) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var k = document.createElement('button');
|
var k = document.createElement('button');
|
||||||
|
k.style.fontFamily = 'monospace';
|
||||||
k.style.verticalAlign = 'middle';
|
k.style.verticalAlign = 'middle';
|
||||||
k.style.border = 'none';
|
k.style.border = 'none';
|
||||||
k.style.margin = '0';
|
k.style.margin = '0';
|
||||||
|
|||||||
Reference in New Issue
Block a user