Browse Source

Let the chatarea expand when the occupants sidebar is collapsed.

JC Brand 7 years ago
parent
commit
2705ec8193
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/templates/chatarea.html

+ 1 - 1
src/templates/chatarea.html

@@ -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="new-msgs-indicator hidden">▼ {{{ o.unread_msgs }}} ▼</div>
     <form class="sendXMPPMessage">