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;