Show occupants sidebar again

This commit is contained in:
JC Brand 2018-03-05 16:56:20 +01:00
parent 076265f108
commit 6bdf204be4
4 changed files with 5 additions and 7 deletions

View File

@ -36,9 +36,8 @@
</div>
</div>
<div class="chat-body chatroom-body">
<div class="row no-gutters">
<div class="chat-area col-md-9 col-8">
<div class="chat-body chatroom-body row no-gutters">
<div class="chat-area col">
<div class="chat-content">
<div class="chat-message">
<span class="chat-msg-author chat-msg-room">18:50&nbsp;
@ -115,7 +114,6 @@
<li class="feature" title="Unmoderated: This room is not being moderated"><span class="fa fa-info-circle"></span>&nbsp;</li>
</ul>
</div>
</div>
</div>
</div>
</div>

View File

@ -2245,7 +2245,7 @@
_converse.ChatRoomOccupantsView = Backbone.OrderedListView.extend({
tagName: 'div',
className: 'occupants',
className: 'occupants col-md-3 col-4',
listItems: 'model',
sortEvent: 'change:role',
listSelector: '.occupant-list',

View File

@ -1,4 +1,4 @@
<div class="chat-area">
<div class="chat-area col">
<div class="chat-content {[ if (o.show_send_button) { ]}chat-content-sendbutton{[ } ]}"></div>
<div class="new-msgs-indicator hidden">▼ {{{ o.unread_msgs }}} ▼</div>
<form class="sendXMPPMessage">

View File

@ -1,4 +1,4 @@
<div class="flyout box-flyout">
<div class="chat-head chat-head-chatroom row no-gutters"></div>
<div class="chat-body chatroom-body"></div>
<div class="chat-body chatroom-body row no-gutters"></div>
</div>