Admin: basic moderation log
This commit is contained in:
parent
ecd9e60a5d
commit
39436bc07c
5 changed files with 9 additions and 2 deletions
Binary file not shown.
BIN
app/soapbox/features/admin/moderation_log.js
Normal file
BIN
app/soapbox/features/admin/moderation_log.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue