add toggle to enable/disable block audits

This commit is contained in:
Mononaut
2022-12-29 07:38:57 -06:00
parent 94add379d0
commit 2ed49cf944
7 changed files with 78 additions and 33 deletions

View File

@@ -222,4 +222,11 @@ h1 {
.ng-fa-icon {
margin-right: 1em;
}
}
.audit-toggle {
display: flex;
flex-direction: row;
align-items: center;
margin-right: 1em;
}