style(layout): 更新盒子样式和添加用户内容背景
Discourse Theme / ci (push) Failing after 0s

- 调整盒子内边距从 0 12px 到 16px 12px
- 添加 .user-content 类设置背景颜色为无样式
This commit is contained in:
2026-02-24 08:43:20 +08:00
parent 1d94f2ed88
commit c12464bc7d
+5 -1
View File
@@ -62,5 +62,9 @@
box-shadow: #00000024 0 0 7px 2px;
margin: 10px 0;
position: relative;
padding: 0 12px;
padding: 16px 12px;
}
.user-content{
background-color: unset;
}