From 441167ab350711421e31da2054114977b995484f Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 5 Mar 2015 15:48:28 -0800 Subject: [PATCH] Tighten up send btn icon size --- stylesheets/_conversation.scss | 4 ++-- stylesheets/manifest.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 139dce03..6683fdfc 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -246,8 +246,8 @@ border: none; outline: none; background: url('/images/send.png') no-repeat; - background-size: 90%; - background-position: center 1px; + background-size: 75%; + background-position: center center; cursor: pointer; &::before { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 2b61a3d7..8e14c6e0 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -468,8 +468,8 @@ input.new-message { border: none; outline: none; background: url("/images/send.png") no-repeat; - background-size: 90%; - background-position: center 1px; + background-size: 75%; + background-position: center center; cursor: pointer; } .bottom-bar .send-btn::before { content: '+'; }