From 18f8c23795d08f57fddc826e1f996b176beaad2a Mon Sep 17 00:00:00 2001 From: gianmarco Date: Mon, 14 Nov 2022 22:56:34 +0100 Subject: [PATCH] Adjusted some CSS stuff for the Isso comments --- themes/hugo-casper3/assets/scss/custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hugo-casper3/assets/scss/custom.scss b/themes/hugo-casper3/assets/scss/custom.scss index ea5b264..6a949a2 100644 --- a/themes/hugo-casper3/assets/scss/custom.scss +++ b/themes/hugo-casper3/assets/scss/custom.scss @@ -93,8 +93,8 @@ blinkbig { margin: 3px 15px 0 0; } .isso-comment > div.avatar > svg { - max-width: 48px; - max-height: 48px; + width: 48px; + height: 48px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); @@ -186,7 +186,7 @@ blinkbig { .isso-comment > div.text-wrapper > .isso-comment-footer .votes { color: gray; position: relative; - top: 4px; + top: 2px; } .isso-comment > div.text-wrapper > .isso-comment-footer .upvote svg, .isso-comment > div.text-wrapper > .isso-comment-footer .downvote svg {