mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Improve: optimize sidebar styles
This commit is contained in:
parent
7b2f93b872
commit
e5d2801a62
@ -3,5 +3,11 @@
|
||||
"rules": {
|
||||
"indentation": 4,
|
||||
"font-family-no-missing-generic-family-keyword": null
|
||||
}
|
||||
},
|
||||
"ignoreFiles": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
"**/*.jsx"
|
||||
]
|
||||
}
|
||||
|
@ -5,13 +5,13 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
width: 120px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.slidebar-logo {
|
||||
margin-top: 50px;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.slidebar-menu {
|
||||
@ -25,11 +25,11 @@
|
||||
|
||||
> a {
|
||||
display: block;
|
||||
width: 100px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
width: 120px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
border-radius: 15px;
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user