From fb4cfdf1cd626c77d1b982ca800ca4462cde9556 Mon Sep 17 00:00:00 2001 From: n0099 Date: Sat, 26 Jun 2021 04:33:03 +0800 Subject: [PATCH 1/2] 1 --- style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 6900633..d012672 100644 --- a/style.css +++ b/style.css @@ -1784,21 +1784,22 @@ ol { #commentpage a { display: inline-block; - width: 144px; - height: 37px; - border: none; - border-radius: 2px; + width: 100px; + height: 32px; + border-radius: 3px; background-color: #00a2ff; color: #fff; - font-size: 15px; - line-height: 2.4; - transition: all 0.15s ease-in-out; + font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } +#commentpage a span { + vertical-align: middle; +} + @media screen and (max-width: 768px) { .k-main .details .comments .comment-form-author { padding-right: 15px; From a3ca092a5d5264f746594d9a9d3beb27709f3cef Mon Sep 17 00:00:00 2001 From: n0099 Date: Sat, 26 Jun 2021 04:34:47 +0800 Subject: [PATCH 2/2] 2 --- comments.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/comments.php b/comments.php index b8dc6db..748afab 100644 --- a/comments.php +++ b/comments.php @@ -16,11 +16,13 @@ if (comments_open()) {?>
-
+