1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:49:50 +02:00
parent 98123a307d
commit 03e75e9b7e

View File

@@ -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;