Skip to content

Commit

Permalink
make north-arrow button 1px higher
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Jan 4, 2022
1 parent 6763fb9 commit 4cbe701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ZoomButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default class VueComponent extends Vue {
border-top-width: 0px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
height: 22px;
height: 23px;
margin-top: -1px;
}
Expand Down

0 comments on commit 4cbe701

Please sign in to comment.