From 4203bbaaac559fa718185c713cf9c1cdcc5b4c7b Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sun, 7 Oct 2018 16:45:58 +0800 Subject: [PATCH] fix(style): margin top & bottom of comment item --- src/disqusjs.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/disqusjs.css b/src/disqusjs.css index d0f9079..eb01a55 100644 --- a/src/disqusjs.css +++ b/src/disqusjs.css @@ -43,8 +43,8 @@ } #dsqjs .dsqjs-avater img { - width: 48px; - height: 48px; + width: 42px; + height: 42px; display: block; border-radius: 4px; } @@ -56,8 +56,6 @@ #dsqjs .dsqjs-header { line-height: 1; font-size: 13px; - margin-top: 4px; - margin-bottom: 4px; } #dsqjs .dsqjs-bullet { @@ -100,8 +98,3 @@ width: 38px; height: 38px; } - -#dsqjs .dsqjs-children .dsqjs-header { - margin-top: 0; - margin-bottom: 0 -} \ No newline at end of file