Skip to content

Commit

Permalink
Move zoom in/out controls to bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Feb 2, 2019
1 parent c73c465 commit 2cba0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/ArtboardControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export default {
align-items: center;
background: none;
position: absolute;
top: 0.5rem;
right: 0.5rem;
bottom: 1rem;
right: 1rem;
& > * {
flex: 1 0 auto;
Expand Down

0 comments on commit 2cba0e3

Please sign in to comment.