From b7f4ae93ce24bb5d38da12f939a131002c14f373 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Wed, 21 Jan 2026 17:28:46 +0100 Subject: [PATCH] Fixed burger menu --- electron/main/style.css | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/electron/main/style.css b/electron/main/style.css index 0aab7ba..dca1da8 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -540,7 +540,7 @@ li { } #toggle1:checked~.menu1 { - height: 150px; + height: 170px; width: 300px; } @@ -550,6 +550,7 @@ li { top: 55px; left: 20px; width: 240px; + height: 0px; border-radius: 5px; background-color: #1C3B69; margin: 0; @@ -561,14 +562,13 @@ li { clear: both; width: auto; text-align: center; - height: 0px; overflow: hidden; transition: height 0.3s ease, width 0.3s ease; z-index: 9999; -webkit-transition: all 0.3s ease; } -#customDocBtn { +#customDocBtn, #helpBtn { border: none; background-color:#1C3B69; font: 700 20px 'Oswald', sans-serif; @@ -579,20 +579,11 @@ li { margin-top: 30px; } -.menu1 a:last-child { +.menu1 button:last-child { margin-bottom: 30px; } -.li1 { - color: #fff; - width: 100%; - margin: 0; - padding: 10px 0px; - font: 700 20px 'Oswald', sans-serif; - text-decoration: none; -} - -.li1:hover, #customDocBtn:hover{ +#customDocBtn:hover, #helpBtn:hover{ background-color: #FFF; color: rgb(61, 61, 61); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); @@ -600,8 +591,6 @@ li { transition: all 0.3s ease; } - - #step2 { font-size: larger; align-items: center;