UX: Weird alignment issue on flags

This commit is contained in:
Robin Ward 2017-09-25 16:29:48 -04:00
parent c1c56ae3d6
commit b0eab6756d
2 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,9 @@
{{avatar flaggedPost.user imageSize="large"}}
{{/link-to}}
{{#if flaggedPost.wasEdited}}
{{d-icon "pencil" title="admin.flags.was_edited"}}
<div class='edited-after'>
{{d-icon "pencil" title="admin.flags.was_edited"}}
</div>
{{/if}}
{{/if}}
{{/if}}

View File

@ -25,6 +25,11 @@
min-width: 45px;
}
.edited-after {
text-align: center;
margin-top: 0.5em;
}
.previous-flagged-posts {
position: absolute;
right: -5px;