mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
add div under poster avatar so people can add badges without a plugin
This commit is contained in:
parent
420e362bdb
commit
aa54006ad5
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue