From 02d4a8aae8cddbc1ab066e6d69b7739c668f4fa0 Mon Sep 17 00:00:00 2001 From: exuanbo Date: Sat, 25 Jul 2020 15:18:48 +0800 Subject: [PATCH] feat: Tweak vertical alignment of JSCPD icon https://github.com/file-icons/atom/commit/8b31850ea112bafe1404c2705fd850eb5aea6025 --- styles/icons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/icons.less b/styles/icons.less index 67be4de..4084531 100644 --- a/styles/icons.less +++ b/styles/icons.less @@ -516,7 +516,7 @@ .jolie-icon:before { .fi; content: "\ea75"; top: 2px; } .jinja-icon:before { .fi; content: "\e944"; top: 2px; } .jison-icon:before { .fi; content: "\ea55"; top: 2px; } -.jscpd-icon:before { .fi; content: "\eb95"; top: 2px; font-size: 17px; .sharpen; } +.jscpd-icon:before { .fi; content: "\eb95"; top: 3px; font-size: 17px; .sharpen; } .json-icon:before { .fi; content: "\eabe"; top: 2px; } .json5-icon:before { .fi; content: "\2478"; top: 2px; } .jsonld-icon:before { .fi; content: "\e958"; top: 3px; font-size: 17px; }