Admin: basic moderation log
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user