From cdb8dc5c2807996e4461250688b4860d83ce1bdf Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 16 Aug 2020 06:34:21 +0000 Subject: [PATCH] fix(css): make permalink icon appears centre --- themes/chameleon/source/css/_source.css | 1 + themes/chameleon/source/css/chameleon.css | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index e509a48..0a4caf2 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -757,6 +757,7 @@ unhide (via JS) if Web Share API is supported */ .article .article-entry a.headerlink svg, .article-title a#share-button svg { height: 0.75em; + margin-bottom: 0.25em; } /* don't underline permalink and share icons */ diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index 57f36d9..43a3958 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -1206,6 +1206,7 @@ unhide (via JS) if Web Share API is supported */ .article .article-entry a.headerlink svg, .article-title a#share-button svg { height: 0.75em; + margin-bottom: 0.25em; } /* don't underline permalink and share icons */