Make conversation list fill gutter
This commit is contained in:
parent
17051cef9d
commit
3569050cb6
2 changed files with 7 additions and 2 deletions
|
@ -18,7 +18,10 @@
|
|||
|
||||
.gutter {
|
||||
float: left;
|
||||
max-width: 300px;
|
||||
width: 300px;
|
||||
.conversations {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.socket-status {
|
||||
|
|
|
@ -357,7 +357,9 @@ img.emoji {
|
|||
|
||||
.gutter {
|
||||
float: left;
|
||||
max-width: 300px; }
|
||||
width: 300px; }
|
||||
.gutter .conversations {
|
||||
width: 100%; }
|
||||
|
||||
.socket-status {
|
||||
padding: 6px;
|
||||
|
|
Loading…
Reference in a new issue