Make conversation list fill gutter

This commit is contained in:
lilia 2015-08-26 17:48:18 -07:00
parent 17051cef9d
commit 3569050cb6
2 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,10 @@
.gutter {
float: left;
max-width: 300px;
width: 300px;
.conversations {
width: 100%;
}
}
.socket-status {

View file

@ -357,7 +357,9 @@ img.emoji {
.gutter {
float: left;
max-width: 300px; }
width: 300px; }
.gutter .conversations {
width: 100%; }
.socket-status {
padding: 6px;