Skip to content

Commit

Permalink
adjusted expand menu button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Williammer committed Sep 12, 2018
1 parent 9d2fff1 commit b1490ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ export default {
}
.ant-layout-sider-zero-width-trigger {
top: 0;
right: -32px;
right: -38px;
z-index: 1;
width: 32px;
height: 34px;
line-height: 34px;
width: 40px;
height: 40px;
line-height: 40px;
background: #0c434c;
border-radius: 0;
font-size: 20px;
font-size: 24px;
}
.header {
Expand Down

0 comments on commit b1490ab

Please sign in to comment.