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; +} +