Skip to content

Commit

Permalink
[FIX] Loading indicator positioning (#14968)
Browse files Browse the repository at this point in the history
* Remove broken markup

* Recover lost class
  • Loading branch information
tassoevan authored and ggazzo committed Jul 11, 2019
1 parent 564d5d5 commit 183bd02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -4951,6 +4951,12 @@ rc-old select,
}
}

.rc-old .load-more {
position: relative;

height: 2rem;
}

.rc-old .flex-tab {
&__content {
display: flex;
Expand Down
7 changes: 0 additions & 7 deletions app/ui/client/views/app/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@
</li>
{{/if}}
</ul>
{{#if hasMoreNext}}
<li class="load-more">
{{#if isLoading}}
{{> loading}}
{{/if}}
</li>
{{/if}}
</div>
</div>
<footer class="footer border-component-color">
Expand Down

0 comments on commit 183bd02

Please sign in to comment.