From 59ac104d69a9f5a79148ddbed3da0599b6e32c2f Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Tue, 16 Dec 2025 14:00:29 +0100 Subject: [PATCH 1/3] Hamburger components are clickable --- electron/main/index.html | 4 ++-- electron/main/style.css | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/electron/main/index.html b/electron/main/index.html index 27b6137..e8db0ea 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -19,8 +19,8 @@ diff --git a/electron/main/style.css b/electron/main/style.css index cc4eed9..19edf7d 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -177,10 +177,11 @@ input[type="file"] { .submit-btn { display: flex; justify-content: center; + align-items: center; padding: 10px 20px; - margin-left: 80px; + margin-left: 300px; margin-top: 30px; - margin-bottom: 10px; + margin-bottom: 70px; background-color: #007BFF; color: white; border: none; @@ -420,7 +421,6 @@ li { border-radius: 5px; background-color: #1C3B69; margin: 0; - display: -ms-grid; display: grid; grid-template-rows: 1fr repeat(4, 0.5fr); grid-row-gap: 25px; @@ -436,19 +436,21 @@ li { -webkit-transition: all 0.3s ease; } -.menu1 li:first-child { +.menu1 a:first-child { margin-top: 30px; } -.menu1 li:last-child { +.menu1 a:last-child { margin-bottom: 30px; } .li1 { + color: #fff; width: 100%; margin: 0; - padding: 10px 0; + padding: 10px 0px; font: 700 20px 'Oswald', sans-serif; + text-decoration: none; } .li1:hover { From c1e79b66032f7b4889ae049ceb91c59e5047ac07 Mon Sep 17 00:00:00 2001 From: "eric.minning" Date: Tue, 16 Dec 2025 15:50:28 +0100 Subject: [PATCH 2/3] Checkbox change from array to single value and value fix in html. --- electron/main/index.html | 12 ++-- electron/main/script.js | 18 +++-- main.js | 152 +++++++++++++++++++++------------------ 3 files changed, 95 insertions(+), 87 deletions(-) diff --git a/electron/main/index.html b/electron/main/index.html index 27b6137..2f70477 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -79,27 +79,27 @@ -