From a248d7151eaa755ff98bf42d9dd2d258e36089bb Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:10:40 +0200 Subject: [PATCH] Adjust input and select element styles in settings.html --- settings.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/settings.html b/settings.html index a0e738b..3971388 100644 --- a/settings.html +++ b/settings.html @@ -73,14 +73,15 @@ } .row > input, .row > select { - flex: 1; - margin-left: 0.8rem; + /* wenn Du es schmaler willst: */ + min-width: 80px; + max-width: 180px; padding: 0.4em 0.6em; border: 1.2px solid #cbd5e1; border-radius: 6px; - font-size: 0.9rem; - color: #334155; background: #f8fafc; + color: #334155; + font-size: 0.9rem; transition: border-color 0.2s, box-shadow 0.2s; } .row > input:focus,