UX: Weird alignment issue on flags
This commit is contained in:
parent
c1c56ae3d6
commit
b0eab6756d
|
@ -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}}
|
||||
|
|
|
@ -25,6 +25,11 @@
|
|||
min-width: 45px;
|
||||
}
|
||||
|
||||
.edited-after {
|
||||
text-align: center;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.previous-flagged-posts {
|
||||
position: absolute;
|
||||
right: -5px;
|
||||
|
|
Loading…
Reference in New Issue