From 2c4d2b150e7af0885070174c86593a17f43ed9b6 Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 22 Mar 2016 10:34:54 -0700 Subject: [PATCH] Fix welcome text centering // FREEBIE --- stylesheets/_index.scss | 2 ++ stylesheets/manifest.css | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 799d1787..e3be8df0 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 16aba259..7feccc1c 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;