From 3569050cb6ea77c2d4d2e984e7ccc006cdbb108d Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 26 Aug 2015 17:48:18 -0700 Subject: [PATCH] Make conversation list fill gutter --- stylesheets/_index.scss | 5 ++++- stylesheets/manifest.css | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 63ca09e4a9d6..e5eb922292ed 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -18,7 +18,10 @@ .gutter { float: left; - max-width: 300px; + width: 300px; + .conversations { + width: 100%; + } } .socket-status { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index c409f71a0f9a..d2556ce9e7b3 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -357,7 +357,9 @@ img.emoji { .gutter { float: left; - max-width: 300px; } + width: 300px; } + .gutter .conversations { + width: 100%; } .socket-status { padding: 6px;