add div under poster avatar so people can add badges without a plugin

This commit is contained in:
Neil Lalonde 2015-12-04 16:49:02 -05:00
parent 420e362bdb
commit aa54006ad5
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@
{{else}}
{{raw "post/poster-avatar" post=this classNames="main-avatar"}}
{{/if}}
<div class="poster-avatar-extra"></div>
{{plugin-outlet "poster-avatar-bottom"}}
</div>

View File

@ -147,6 +147,10 @@ aside.quote {
}
}
.topic-avatar .poster-avatar-extra {
display: none;
}
.topic-body {
&.highlighted {
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);