mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
UX: fix featured link alignment, hide participants wrapper outside of PMs (#27636)
This commit is contained in:
parent
3ce618e57a
commit
9ab18ed2e3
|
@ -157,8 +157,8 @@ export default class Info extends Component {
|
|||
|
||||
<div class="topic-header-extra">
|
||||
{{htmlSafe this.tags}}
|
||||
<div class="topic-header-participants">
|
||||
{{#if this.showPM}}
|
||||
{{#if this.showPM}}
|
||||
<div class="topic-header-participants">
|
||||
{{#each this.participants as |participant|}}
|
||||
<Participant
|
||||
@user={{participant}}
|
||||
|
@ -178,8 +178,8 @@ export default class Info extends Component {
|
|||
+{{this.remainingParticipantCount}}
|
||||
</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if this.siteSettings.topic_featured_link_enabled}}
|
||||
<FeaturedLink />
|
||||
{{/if}}
|
||||
|
|
|
@ -363,6 +363,12 @@
|
|||
vertical-align: unset;
|
||||
}
|
||||
}
|
||||
.topic-featured-link {
|
||||
align-self: baseline;
|
||||
.d-icon {
|
||||
font-size: var(--font-down-2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user