1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:42:57 +02:00
parent 6f6611764b
commit d240778f15

View File

@@ -61,10 +61,12 @@
display: flex; align-items: center; font-size: 1.05rem;
color: #1e293b;
}
label.option input {
label.option input[type="checkbox"] {
margin-right: 0.8rem;
width: 1.3em; height: 1.3em;
width: 1.3em;
height: 1.3em;
accent-color: var(--accent);
flex-shrink: 0; /* <-- das ist wichtig! */
}
.row {
display: flex; align-items: center; justify-content: space-between;