1
0

Add gap to input elements in settings.html

This commit is contained in:
2025-05-25 00:47:32 +02:00
parent e43bfb8471
commit bef17c8b37

View File

@@ -51,6 +51,9 @@
/* Optionen */
.options { display: flex; flex-direction: column; gap: 1.0rem; }
input {
gap: 1.0rem;
}
label {
display: flex; align-items: center; font-size: 0.9rem;
color: #1e293b;