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": { "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"
]
} }

View File

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