Admin: basic moderation log

This commit is contained in:
Alex Gleason 2021-01-01 12:50:13 -06:00
parent ecd9e60a5d
commit 39436bc07c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
5 changed files with 9 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -89,8 +89,11 @@
}
}
.slist .item-list article:nth-child(2n-1) .unapproved-account {
background-color: hsla(var(--accent-color_hsl), 0.07);
.page--admin .slist .item-list article:nth-child(2n-1) {
.unapproved-account,
.logentry {
background-color: hsla(var(--accent-color_hsl), 0.07);
}
}
.page--admin {
@ -197,3 +200,7 @@
}
}
}
.logentry {
padding: 15px;
}