mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 17:11:14 +01:00
tweaked styling for flags page a bit
This commit is contained in:
@@ -4,25 +4,31 @@
|
||||
- Now available in front-end for global mods as well
|
||||
*/
|
||||
|
||||
.flag-reporters {
|
||||
font-size: 1.2rem;
|
||||
.page-manage-flags, .page-posts-flags {
|
||||
.post-container > .row {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 0;
|
||||
.flag-reporters {
|
||||
font-size: 1.2rem;
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
ul {
|
||||
padding-left: 0;
|
||||
|
||||
img, .user-icon {
|
||||
.user-icon-style(18px, 1rem);
|
||||
margin-right: 1rem;
|
||||
li {
|
||||
list-style-type: none;
|
||||
|
||||
img, .user-icon {
|
||||
.user-icon-style(18px, 1rem);
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flag-post-body {
|
||||
img, .user-icon {
|
||||
.user-icon-style(24px, 1.5rem);
|
||||
.flag-post-body {
|
||||
img, .user-icon {
|
||||
.user-icon-style(24px, 1.5rem);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user