style(topic-cards): 更新卡片样式添加圆角和模糊效果
Discourse Theme / ci (push) Failing after 1s

- 为话题卡片添加 border-radius 样式
- 实现 backdrop-filter 模糊背景效果
- 提升卡片视觉层次和美观度
This commit is contained in:
2026-02-20 13:21:14 +08:00
parent 3efe032ebf
commit 2e967617af
+2
View File
@@ -787,6 +787,8 @@ body.user-messages-page {
width: 100%;
height: 100%;
background-color: #fff9;
border-radius: var(--d-border-radius);
backdrop-filter: blur(10px);
}
#list-area{