From 5d9e41d0f34c95c7b00dae82a369aa9320d9513f Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Tue, 4 Nov 2025 17:51:39 +0100 Subject: [PATCH] dropdown menu base --- electron/main/index.html | 8 +++++++- electron/main/style.css | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/electron/main/index.html b/electron/main/index.html index 3d7ffc3..3f8b697 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -19,7 +19,13 @@ - + diff --git a/electron/main/style.css b/electron/main/style.css index f0bde45..46f6bd3 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -62,3 +62,11 @@ body { input[type="file"] { display: none; } + +.dropdown-container{ +margin-top: 15px; +display: flex; +flex-direction: column; +align-items: flex-start; +} +