Let the chatarea expand when the occupants sidebar is collapsed.

This commit is contained in:
JC Brand 2018-03-28 13:13:51 +02:00
parent 6a12a96e85
commit 2705ec8193

View File

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