add div under poster avatar so people can add badges without a plugin
This commit is contained in:
parent
420e362bdb
commit
aa54006ad5
|
@ -17,6 +17,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
{{raw "post/poster-avatar" post=this classNames="main-avatar"}}
|
{{raw "post/poster-avatar" post=this classNames="main-avatar"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<div class="poster-avatar-extra"></div>
|
||||||
{{plugin-outlet "poster-avatar-bottom"}}
|
{{plugin-outlet "poster-avatar-bottom"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -147,6 +147,10 @@ aside.quote {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-avatar .poster-avatar-extra {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-body {
|
.topic-body {
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||||
|
|
Loading…
Reference in New Issue