reformat
This commit is contained in:
@@ -89,7 +89,9 @@ if (!window._hasExecutedSlExtension) {
|
|||||||
|
|
||||||
addSLButtonToInput(inputElem) {
|
addSLButtonToInput(inputElem) {
|
||||||
// create wrapper for SL button
|
// create wrapper for SL button
|
||||||
const btnWrapper = InputTools.newDiv("simplelogin-extension--button-wrapper");
|
const btnWrapper = InputTools.newDiv(
|
||||||
|
"simplelogin-extension--button-wrapper"
|
||||||
|
);
|
||||||
const inputSumHeight =
|
const inputSumHeight =
|
||||||
inputElem.getBoundingClientRect().height + "px";
|
inputElem.getBoundingClientRect().height + "px";
|
||||||
btnWrapper.style.height = inputSumHeight;
|
btnWrapper.style.height = inputSumHeight;
|
||||||
|
|||||||
Reference in New Issue
Block a user