- 在 self.scss 中新增 .powered-by-discourse 类 - 设置 display: none 属性隐藏相关元素 - 保持原有的用户内容背景样式设置 - 添加空行优化代码结构可读性
This commit is contained in:
@@ -69,3 +69,7 @@
|
||||
.user-content{
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.powered-by-discourse{
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user