diff --git a/electron/main/custom_document.html b/electron/main/custom_document.html index 6d58c1e..a12b429 100644 --- a/electron/main/custom_document.html +++ b/electron/main/custom_document.html @@ -58,6 +58,10 @@ margin-top: 25px; } + .hidden { + visibility: hidden; + } + button { padding: 10px 20px; font-size: 14px; @@ -92,19 +96,19 @@