From b4f2ed561dbf2ae87d7816e8aa5b708ed70fb596 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Sat, 22 Nov 2025 13:48:01 +0100 Subject: [PATCH] Grey background removed, bigger middle part --- electron/main/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/electron/main/style.css b/electron/main/style.css index 60d7703..0912516 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -5,7 +5,7 @@ body { justify-content: center; align-items: center; height: 100vh; - background-color: #999; + background-color: #f2f3f4; gap: 15px; margin: 0; } @@ -126,18 +126,19 @@ gap: 5px; } .mitte { - background-color: #f2f3f4; + background-color: #FDFCFA; display: flex; - width: 600px; + width: 700px; flex-direction: column; align-items: center; padding: 5% 50px; margin-top: 20px; gap: 10px; - border: 1px; + border: 0px; border-color: black; border-style: solid; border-radius: 6px; + box-shadow: 0px 4px 10px rgba(0,0,0,0.1); } h1 { @@ -168,15 +169,20 @@ h1 { transform: translateY(-50%); color: white; } - + + .dropdownMenus { display: flex; justify-content: flex-end; margin-top: 1px; gap: 150px; - padding: 2px; + padding: 2px 10px 2px 10px; } #ai_type, #transkript_type, #language_option { padding: 3px; +} + +.labelDiv { + gap: 200px; } \ No newline at end of file