From 6ef1c3f27c32af632b8295825f2db4341253f0f4 Mon Sep 17 00:00:00 2001 From: Zisbusy <49525016+Zisbusy@users.noreply.github.com> Date: Sat, 4 Jul 2020 15:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=84=E8=AE=BA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Akina/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Akina/css/style.css b/Akina/css/style.css index edcd9f2..175ccd2 100644 --- a/Akina/css/style.css +++ b/Akina/css/style.css @@ -2997,11 +2997,13 @@ line-height: 30px; } } line-height: 26px; } } .comment .body > *:last-child { -margin-bottom: 0; } +margin-bottom: 0; +margin-left: 60px; +} .comment .profile { float: left; -width: 6%; +width: 5%; margin-right: 2%; } @@ -3111,6 +3113,9 @@ width:41px } width: 89%; } @media (max-width: 880px) { + .comment .body > *:last-child { + margin-left: 0px; +} .comment .isauthor i { display:none }