Improve: optimize sidebar styles

This commit is contained in:
jas0ncn 2018-09-24 22:37:59 +08:00
parent 7b2f93b872
commit e5d2801a62
2 changed files with 14 additions and 8 deletions

View File

@ -3,5 +3,11 @@
"rules": {
"indentation": 4,
"font-family-no-missing-generic-family-keyword": null
}
},
"ignoreFiles": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx"
]
}

View File

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