Skip to content

Commit

Permalink
refactor: adjust the position of toggle sidebar button
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Sep 5, 2020
1 parent a7e1b7a commit c437a47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/client/theme-default/components/ToggleSideBarButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ export default {

<style>
.sidebar-button {
cursor: pointer;
display: none;
width: 1.25rem;
height: 1.25rem;
position: absolute;
top: 1.25rem;
top: 0.6rem;
left: 1rem;
display: none;
padding: 0.6rem;
cursor: pointer;
}
.sidebar-button .icon {
display: block;
width: 1.25rem;
Expand All @@ -44,4 +44,4 @@ export default {
display: block;
}
}
</style>
</style>

0 comments on commit c437a47

Please sign in to comment.