Skip to content

Commit

Permalink
Added right spacing to mode switch button
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Sep 9, 2019
1 parent d68fe8d commit 7b4c1bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/ToolBar/SwitchMode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ a {
&:not(:first-child) {
margin-left: 0.25rem;
}
&:last-child {
margin-right: 1rem;
}
}
input[type="checkbox"] {
Expand Down

0 comments on commit 7b4c1bd

Please sign in to comment.