tweaked styling for flags page a bit

v1.18.x
Julian Lam 9 years ago
parent b485b412a8
commit 47c61e883a

@ -4,25 +4,31 @@
- Now available in front-end for global mods as well - Now available in front-end for global mods as well
*/ */
.flag-reporters { .page-manage-flags, .page-posts-flags {
font-size: 1.2rem; .post-container > .row {
margin-bottom: 2rem;
}
.flag-reporters {
font-size: 1.2rem;
ul { ul {
padding-left: 0; padding-left: 0;
li { li {
list-style-type: none; list-style-type: none;
img, .user-icon { img, .user-icon {
.user-icon-style(18px, 1rem); .user-icon-style(18px, 1rem);
margin-right: 1rem; margin-right: 1rem;
}
} }
} }
} }
}
.flag-post-body { .flag-post-body {
img, .user-icon { img, .user-icon {
.user-icon-style(24px, 1.5rem); .user-icon-style(24px, 1.5rem);
}
} }
} }
Loading…
Cancel
Save