From 03e75e9b7ecda110d5419826c44d3a0b55d8d4d7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 00:49:50 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/settings.html b/settings.html index a15bf53..ba0f79b 100644 --- a/settings.html +++ b/settings.html @@ -90,6 +90,17 @@ outline: none; } + select, input[type="number"] { + min-width: 80px; + max-width: 100%; + padding: 0.4em 0.6em; + border: 1.2px solid #cbd5e1; + border-radius: 6px; + font-size: 1rem; + color: #334155; + background: #f8fafc; + margin-left: 0.8rem; + } /* Buttons */ .buttons { display: flex; justify-content: flex-end; gap: 1rem;