fix: 评论回复按钮未登录弹窗 + 笺文列表加评论数 + 封面比例16:10

This commit is contained in:
2026-05-17 09:53:23 +08:00
parent a43f1c94a0
commit 74628c9d9d
3 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
Theme Name: 空笺未寄
Version: 0.15.0
Version: 0.15.1
Requires at least: 6.0
Requires PHP: 7.4
License: MIT
@@ -296,7 +296,7 @@ echo "done"
height: 100% !important;
object-fit: cover !important;
}
.card-cover { overflow: hidden; aspect-ratio: 16/9; }
.card-cover { overflow: hidden; aspect-ratio: 16/10; }
.pinned-cover { overflow: hidden; width: 120px; height: 120px; }
.article-cover { overflow: hidden; height: 240px; }