feat: Add basic reporting structure

This commit is contained in:
2024-03-22 12:45:50 +01:00
parent 86f02214d7
commit 3516ca1d29
15 changed files with 277 additions and 5 deletions

View File

@@ -277,6 +277,23 @@ h1 {
box-sizing: border-box;
}
.container-list-moderation-actions {
display: flex;
flex-wrap: wrap;
}
.card-moderation-action {
width: 25%;
margin: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 2%;
box-sizing: border-box;
}
@media (max-width: 920px) {
.card-rule {
width: 100%;