Add gap to input elements in settings.html
This commit is contained in:
@@ -51,6 +51,9 @@
|
|||||||
|
|
||||||
/* Optionen */
|
/* Optionen */
|
||||||
.options { display: flex; flex-direction: column; gap: 1.0rem; }
|
.options { display: flex; flex-direction: column; gap: 1.0rem; }
|
||||||
|
input {
|
||||||
|
gap: 1.0rem;
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
display: flex; align-items: center; font-size: 0.9rem;
|
display: flex; align-items: center; font-size: 0.9rem;
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
|
|||||||
Reference in New Issue
Block a user