From 8859587768cfa91e4df7580a9f48827182d3565c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 24 May 2019 12:31:38 +0300 Subject: [PATCH] feature(upload) improve style --- client/modules/upload.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/modules/upload.js b/client/modules/upload.js index c5135ce6..f0822955 100644 --- a/client/modules/upload.js +++ b/client/modules/upload.js @@ -41,11 +41,11 @@ async function show() { createElement('style', { dataName: 'upload-css', - innerText: '[data-name=js-upload-file-button] {' + - `font-family: ${fontFamily};` + - 'font-size: 20px;' + - 'width: 97%' + - '}', + innerText: `[data-name=js-upload-file-button] { + font-family: ${fontFamily}; + font-size: 16px; + margin: 10px 0 10px 0; + }` }); }