From 59b715535745dc5c0111edb4e13175f773d3db5e Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 6 Feb 2015 15:28:36 -0800 Subject: [PATCH] fix(flex): Slightly tweaked flex constants (only until redesign) --- internal_packages/inbox-light-ui/stylesheets/panels.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_packages/inbox-light-ui/stylesheets/panels.less b/internal_packages/inbox-light-ui/stylesheets/panels.less index a64edad88..744c3e2a5 100644 --- a/internal_packages/inbox-light-ui/stylesheets/panels.less +++ b/internal_packages/inbox-light-ui/stylesheets/panels.less @@ -35,7 +35,7 @@ atom-workspace { #thread-list-column { order: 1; - flex: 1.5; + flex: 1.2; min-width: 320px; overflow: auto; flex-direction: column; @@ -43,7 +43,7 @@ atom-workspace { #message-and-composer { order: 3; - min-width: 580px; + min-width: 600px; max-width: 1024px; position: relative; background: @background-color-secondary;