Initial moderator view

This commit is contained in:
2025-12-10 19:56:39 +01:00
parent d99ecfb4aa
commit 5e0ef4fa74
7 changed files with 268 additions and 69 deletions

View File

@@ -556,6 +556,13 @@ body {
color: #e2e8f0;
}
.card-section {
margin-top: 16px;
display: flex;
flex-direction: column;
gap: 8px;
}
.container {
max-width: 960px;
margin: 40px auto;