Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: correctly position settings arrow (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored and faustbrian committed Dec 24, 2018
1 parent 4ad76f2 commit 2cf0803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Menu/MenuOptions/MenuOptions.vue
Expand Up @@ -49,7 +49,7 @@ export default {
}
.MenuOptions__settings--vertical:after {
top: 104px;
top: 170px;
}
.MenuOptions--vertical:after {
Expand Down

0 comments on commit 2cf0803

Please sign in to comment.