1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:50:32 +02:00
parent 93d8a88e7f
commit 8ba7ab159b

View File

@@ -93,13 +93,13 @@
select, input[type="number"] {
min-width: 80px;
max-width: 100%;
padding: 0.4em;
padding: 0.4em 0.6em;
border: 1.2px solid #cbd5e1;
border-radius: 6px;
font-size: 1rem;
color: #334155;
background: #f8fafc;
margin: 0.8rem;
margin-left: 0.8rem;
}
/* Buttons */
.buttons {