From 16a9fabea404dc55fbc0868d0d613a84a1ea2a68 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 29 Mar 2020 23:48:09 +0200 Subject: [PATCH] Fix spacing between buttons The spacing is now consistent and doesn't require whitespace --- src/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.scss b/src/style.scss index 84b996b..3789b17 100644 --- a/src/style.scss +++ b/src/style.scss @@ -9,7 +9,7 @@ $height: $button-size - 2*$padding-ver; $width: $button-size - 2*$padding-hor; .shareon { - line-height: 1.1*$button-size; + font-size: 0 !important; & > * { display: inline-block; @@ -18,6 +18,7 @@ $width: $button-size - 2*$padding-hor; height: $height; min-width: $width; + margin: $padding-ver / 2; padding: $padding-ver $padding-hor; background-color: #ccc;