FIX: Suggested topics was shrunk
This commit is contained in:
parent
178f3b822e
commit
37642be6a6
|
@ -13,5 +13,4 @@ export default MountWidget.extend({
|
||||||
this._super();
|
this._super();
|
||||||
this.dispatch('topic:current-post-changed', 'timeline-scrollarea');
|
this.dispatch('topic:current-post-changed', 'timeline-scrollarea');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
jumpToPost="jumpToPost"
|
jumpToPost="jumpToPost"
|
||||||
jumpBottom="jumpBottom"}}
|
jumpBottom="jumpBottom"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{conditional-loading-spinner condition=model.postStream.loadingAbove containerClass=loadingClass}}
|
{{conditional-loading-spinner condition=model.postStream.loadingAbove}}
|
||||||
|
|
||||||
{{plugin-outlet "topic-above-posts"}}
|
{{plugin-outlet "topic-above-posts"}}
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="topic-bottom"></div>
|
<div id="topic-bottom"></div>
|
||||||
|
|
||||||
{{#conditional-loading-spinner condition=model.postStream.loadingFilter containerClass=loadingClass}}
|
{{#conditional-loading-spinner condition=model.postStream.loadingFilter}}
|
||||||
{{#if loadedAllPosts}}
|
{{#if loadedAllPosts}}
|
||||||
|
|
||||||
{{topic-closing topic=model}}
|
{{topic-closing topic=model}}
|
||||||
|
|
Loading…
Reference in New Issue