样式优化
This commit is contained in:
@@ -28,6 +28,7 @@ page {
|
|||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ const toUserPage = () => {
|
|||||||
.user-details {
|
.user-details {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 10px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-name {
|
.user-name {
|
||||||
@@ -113,7 +113,7 @@ const toUserPage = () => {
|
|||||||
.rank-tag {
|
.rank-tag {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #00000038;
|
background-color: #00000038;
|
||||||
width: 55px;
|
width: 50px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user