Excluding containers from sync with RegExp

This commit is contained in:
BPower0036 2023-07-07 09:35:26 +00:00 committed by GitHub
parent 0793e4ee09
commit 2fb31216f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,16 @@ form {
margin-block: 4px 8px;
}
.settings-group-column {
display: flex;
flex-direction: column;
}
.settings-group-column label,
.settings-group-column p {
margin-block: 4px 8px;
}
input[type="checkbox"] {
margin-inline: 0 8px;
margin-block: 1px auto;