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