mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00: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">
|
<div class="topic-header-extra">
|
||||||
{{htmlSafe this.tags}}
|
{{htmlSafe this.tags}}
|
||||||
<div class="topic-header-participants">
|
|
||||||
{{#if this.showPM}}
|
{{#if this.showPM}}
|
||||||
|
<div class="topic-header-participants">
|
||||||
{{#each this.participants as |participant|}}
|
{{#each this.participants as |participant|}}
|
||||||
<Participant
|
<Participant
|
||||||
@user={{participant}}
|
@user={{participant}}
|
||||||
@ -178,8 +178,8 @@ export default class Info extends Component {
|
|||||||
+{{this.remainingParticipantCount}}
|
+{{this.remainingParticipantCount}}
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
{{#if this.siteSettings.topic_featured_link_enabled}}
|
{{#if this.siteSettings.topic_featured_link_enabled}}
|
||||||
<FeaturedLink />
|
<FeaturedLink />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -363,6 +363,12 @@
|
|||||||
vertical-align: unset;
|
vertical-align: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.topic-featured-link {
|
||||||
|
align-self: baseline;
|
||||||
|
.d-icon {
|
||||||
|
font-size: var(--font-down-2);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user