feat: post-header 添加四角圆角并居中显示

- 将 post-header-with-thumbnail 的 border-radius 改为四角圆角

- 调整 margin 使其在卡片中正常显示,不再负边距溢出

- 优化视觉效果,使缩略图区域更加美观
This commit is contained in:
User
2026-03-13 18:55:52 +08:00
parent 7dbf574338
commit 829e9cfe96

View File

@@ -3972,15 +3972,10 @@ html.filter-grayscale {
} }
.post-header.post-header-with-thumbnail { .post-header.post-header-with-thumbnail {
margin: 0 0 35px 0;
margin: -30px -30px 35px -30px; border-radius: var(--card-radius);
border-radius: var(--card-radius) var(--card-radius) 0 0;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
.post-thumbnail { .post-thumbnail {