style(topic-post): 添加主题帖子样式定义
Discourse Theme / ci (push) Failing after 0s

- 为 .topic-post.clearfix.regular 类添加背景色样式
- 设置圆角边框样式
- 添加阴影效果
- 定义外边距和内边距
- 设置相对定位样式
This commit is contained in:
2026-02-23 08:57:23 +08:00
parent 808d195332
commit a45b6c0cbc
+9
View File
@@ -55,3 +55,12 @@
box-shadow: #00000077 0 0 19px 0;
padding: 24px;
}
.topic-post.clearfix.regular {
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;
margin: 10px 0;
position: relative;
padding: 0 12px;
}