Excluding containers from sync with RegExp

This commit is contained in:
stoically
2022-06-23 00:28:54 +02:00
parent af73c1a401
commit bf31fa9196
5 changed files with 45 additions and 0 deletions
+10
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;