diff --git a/static/css/castle.min.css b/static/css/castle.min.css index 4019a8a..8dae8e0 100644 --- a/static/css/castle.min.css +++ b/static/css/castle.min.css @@ -8,7 +8,7 @@ \_____| \__,_| |___/ \__| |_| \___| ---------------------------------------- * Castle's Stylesheet - * Last Update: 2020/03/14 [0.9.3] + * Last Update: 2020/03/15 [0.9.3] * Author: ohmyga (https://ohmyga.cn) * GitHub: https://github.com/ohmyga233/castle-Typecho-Theme/ * LICENSE: GPL V3 (https://www.gnu.org/licenses/gpl-3.0.html) @@ -1338,6 +1338,17 @@ img:not(.initial) { margin-right: 10px; } +/* ===== 评论关闭 ===== */ +.moe-comment-card .moe-comment-card-close { + font-size: 18px; + padding: 20px 10px; +} + +.moe-comment-card .moe-comment-card-close i { + font-size: 28px; + vertical-align: middle; +} + /* ===== 表情按钮 ===== */ .moe-comment-card .moe-comment-card-content .moe-comment-textarea-and-owoBtn-main { position: relative;