mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08:00
FIX: Missing messages incoming indicator for mobile.
This commit is contained in:
parent
2e5c18d130
commit
82619c2445
|
@ -1,4 +1,13 @@
|
|||
{{#conditional-loading-spinner condition=loading}}
|
||||
{{#if hasIncoming}}
|
||||
<div class="show-mores">
|
||||
<div class='alert alert-info clickable' {{action "showInserted"}}>
|
||||
{{count-i18n key="topic_count_" suffix="latest" count=incomingCount}}
|
||||
{{i18n 'click_to_show'}}
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if topics}}
|
||||
<table class="topic-list">
|
||||
<tbody>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
}
|
||||
|
||||
.show-mores {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.show-mores {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-image {
|
||||
|
|
Loading…
Reference in New Issue
Block a user