Admin: basic moderation log

This commit is contained in:
Alex Gleason
2021-01-01 12:50:13 -06:00
parent ecd9e60a5d
commit 39436bc07c
5 changed files with 92 additions and 2 deletions

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;
}