From 3dc7f74fa404403bee33a693ef643c737f3c1431 Mon Sep 17 00:00:00 2001 From: Awais Ansari <79941147+awais-ansari@users.noreply.github.com> Date: Mon, 8 May 2023 18:15:53 +0500 Subject: [PATCH] fix: postLink footer icon size (#514) --- src/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.scss b/src/index.scss index 4ec1bfd5..620cb551 100755 --- a/src/index.scss +++ b/src/index.scss @@ -95,13 +95,13 @@ $fa-font-path: "~font-awesome/fonts"; } .post-summary-comment-count-dimensions { - height: 15.39px; - width: 15.5px + height: 15.39px !important; + width: 15.5px !important; } .post-summary-like-dimensions { - height: 16px; - width: 17px + height: 16px !important; + width: 17px !important; } .post-summary-timestamp {