diff --git a/public/less/flags.less b/public/less/flags.less index 4b634dea18..da44e61552 100644 --- a/public/less/flags.less +++ b/public/less/flags.less @@ -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); + } } } \ No newline at end of file