From b56b7e04d66381aa1d11fe1c710bf97097b249ad Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Wed, 21 Jan 2026 18:14:41 +0100 Subject: [PATCH] Css fixes --- electron/main/style.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/electron/main/style.css b/electron/main/style.css index 3f9138e..aa1370e 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -211,8 +211,8 @@ input[type="file"] { .img-hover1 { position: absolute; - width: 200px; - height: 200px; + width: auto; + height: 700px; top: 0; right: 40%; left: 0; @@ -233,8 +233,8 @@ input[type="file"] { .img-hover2 { position: absolute; - width: 200px; - height: 200px; + width: auto; + height: 700px; top: 0; right: 40%; left: 0; @@ -255,8 +255,8 @@ input[type="file"] { .img-hover3 { position: absolute; - width: 200px; - height: 200px; + width: auto; + height: 700px; top: 0; right: 40%; left: 0; @@ -277,8 +277,8 @@ input[type="file"] { .img-hover4 { position: absolute; - width: 200px; - height: 200px; + width: auto; + height: 700px; top: 0; right: 40%; left: 0; @@ -650,7 +650,6 @@ li { .speaker-container { width: 100%; max-width: 700px; - margin-top: 30px; } .speaker-table { @@ -662,7 +661,7 @@ li { .speaker-table tbody tr { display: flex; align-items: center; - gap: 20px; + gap: 15px; margin-bottom: 25px; padding: 10px 0; } @@ -701,7 +700,6 @@ li { display: flex; gap: 15px; justify-content: center; - margin-top: 30px; } #speakerLocker,