diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 799d178700ec..e3be8df08dbe 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -46,6 +46,8 @@ } .conversation-stack { + padding-left: 300px; + .conversation { display: none; } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 16aba259da0b..7feccc1ca1a7 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -460,10 +460,12 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu .socket-status .closed { background: url("/images/error_red.png") no-repeat left center; } -.conversation-stack .conversation { - display: none; } -.conversation-stack .conversation:first-child { - display: block; } +.conversation-stack { + padding-left: 300px; } + .conversation-stack .conversation { + display: none; } + .conversation-stack .conversation:first-child { + display: block; } .conversation-header { height: 64px;