remote-calibrator 0.2.2-beta.2 → 0.2.2-beta.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/screenSize.js
CHANGED
@@ -58,7 +58,7 @@ RemoteCalibrator.prototype.screenSize = function (options = {}, callback) {
|
|
58
58
|
|
59
59
|
this.getFullscreen(options.fullscreen)
|
60
60
|
|
61
|
-
options.description += `<br /><b>I have a <select id="matching-obj"><option value="usba" selected>USB Type-A Connector</option><option value="usbc">USB Type-C Connector</option><option value="card">Credit Card</option></select> with me.</b>`
|
61
|
+
options.description += `<br /><b style="display: inline-flex">I have a <select id="matching-obj"><option value="usba" selected>USB Type-A Connector</option><option value="usbc">USB Type-C Connector</option><option value="card">Credit Card</option></select> with me.</b>`
|
62
62
|
|
63
63
|
this._addBackground()
|
64
64
|
this._addBackgroundText(options.headline, options.description)
|