- 调整盒子内边距从 0 12px 到 16px 12px - 添加 .user-content 类设置背景颜色为无样式
This commit is contained in:
+5
-1
@@ -62,5 +62,9 @@
|
|||||||
box-shadow: #00000024 0 0 7px 2px;
|
box-shadow: #00000024 0 0 7px 2px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 12px;
|
padding: 16px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-content{
|
||||||
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user