From c48484e04fe77a30b00cf3c53e3f0aa3cbf3497f Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 22 Mar 2016 11:30:45 -0700 Subject: [PATCH] Add padding to right of conversation input // FREEBIE --- stylesheets/_conversation.scss | 2 +- stylesheets/manifest.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 7bbaa2c1..f2004073 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -478,7 +478,7 @@ .bottom-bar { box-sizing: content-box; $button-width: 36px; - padding: 5px 1px 5px 0; + padding: 5px 5px 5px 0; background: $grey_l; form.active { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 2fb443d2..1908aa3a 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -997,7 +997,7 @@ input.search { .bottom-bar { box-sizing: content-box; - padding: 5px 1px 5px 0; + padding: 5px 5px 5px 0; background: #f3f3f3; } .bottom-bar form.active { outline: solid 1px #2090ea; }