diff --git a/source-src/css/share.scss b/source-src/css/share.scss index 97b7a666e..eeb4386b1 100644 --- a/source-src/css/share.scss +++ b/source-src/css/share.scss @@ -25,7 +25,7 @@ opacity: 0.7; width: 28px; height: 28px; - line-height: 26px; + line-height: 28px; text-shadow: 1px 1px 1px #509eb7; &:active { color: #fff; diff --git a/source-src/css/social.scss b/source-src/css/social.scss index 1a88b352d..a57324165 100644 --- a/source-src/css/social.scss +++ b/source-src/css/social.scss @@ -23,7 +23,7 @@ opacity: 0.7; width: 28px; height: 28px; - line-height: 26px; + line-height: 28px; &:hover { opacity:1 } diff --git a/source-src/css/tools.scss b/source-src/css/tools.scss index 069831c5e..ba37586ae 100644 --- a/source-src/css/tools.scss +++ b/source-src/css/tools.scss @@ -116,8 +116,8 @@ width: 14px; height: 14px; position: absolute; - top: 16px; - left: 2px; + top: 15px; + left: 1px; -webkit-transform: translateY(-50%); border-radius: 100%; background-color: #91c0f1;