diff --git a/electron/main/custom_document.html b/electron/main/custom_document.html index a12b429..a8df41a 100644 --- a/electron/main/custom_document.html +++ b/electron/main/custom_document.html @@ -1,5 +1,6 @@ +
@@ -21,7 +22,7 @@ padding: 30px; margin-top: 50px; border-radius: 12px; - box-shadow: 0 4px 20px rgba(0,0,0,0.1); + box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); width: 90%; max-width: 600px; } @@ -38,7 +39,9 @@ color: #555; } - input[type="text"], textarea, select { + input[type="text"], + textarea, + select { width: 100%; padding: 10px; margin-top: 5px; @@ -59,7 +62,7 @@ } .hidden { - visibility: hidden; + visibility: hidden; } button { @@ -81,6 +84,7 @@ .buttons { flex-direction: column; } + .buttons button { width: 100%; margin-top: 10px; @@ -94,6 +98,7 @@ } + @@ -126,85 +132,117 @@ - + +