From bcb2c9936ae001cd9fef426d6589a8e6525b595e Mon Sep 17 00:00:00 2001 From: Sean Li Date: Sat, 31 Jan 2015 21:06:17 -0800 Subject: [PATCH] Tweaked icon button size. --- app/styles/containers.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/containers.less b/app/styles/containers.less index ccb8881eeb..630786c902 100644 --- a/app/styles/containers.less +++ b/app/styles/containers.less @@ -334,7 +334,7 @@ .details-header-actions { flex: 1 auto; text-align: left; - margin-top: -10px; + margin-top: -5px; .action { display: inline-block; .action-icon { @@ -345,7 +345,7 @@ -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/ color: @gray-normal; - font-size: 32px; + font-size: 30px; margin-right: 35px; //color: @gray-darker; transition: all 0.25s;