From fb4cfdf1cd626c77d1b982ca800ca4462cde9556 Mon Sep 17 00:00:00 2001 From: n0099 Date: Sat, 26 Jun 2021 04:33:03 +0800 Subject: [PATCH] 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;