样式优化

This commit is contained in:
kron
2025-06-13 14:22:23 +08:00
parent b4ad01a3c9
commit b030717ed0
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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;
} }