mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:31:56 +08:00
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}}
|
||||
{{raw "post/poster-avatar" post=this classNames="main-avatar"}}
|
||||
{{/if}}
|
||||
<div class="poster-avatar-extra"></div>
|
||||
{{plugin-outlet "poster-avatar-bottom"}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user