diff --git a/client/modules/upload.js b/client/modules/upload.js index f0822955..868428ad 100644 --- a/client/modules/upload.js +++ b/client/modules/upload.js @@ -45,7 +45,7 @@ async function show() { font-family: ${fontFamily}; font-size: 16px; margin: 10px 0 10px 0; - }` + }`, }); } diff --git a/client/modules/view.js b/client/modules/view.js index 0dd6f6dd..00120ee9 100644 --- a/client/modules/view.js +++ b/client/modules/view.js @@ -102,9 +102,9 @@ async function show(data, options) { if (data) { if (isArray(data)) El.append(...data); - else + else El.append(data); - + modal.open(El, initConfig(Config, options)); return; } diff --git a/css/user-menu.css b/css/user-menu.css index dc65b50c..769ad074 100644 --- a/css/user-menu.css +++ b/css/user-menu.css @@ -16,7 +16,7 @@ width: 100%; font-size: 16px; padding: 2px; - -webkit-appearance: none; - border: 0; + -webkit-appearance: none; + border: 0; }