Skip to content

Commit

Permalink
Minor: change app-menu bottom spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Sep 27, 2024
1 parent 9050591 commit e8be988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/appMenu/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const queuePrompt = (e: MouseEvent) => {
.app-menu {
pointer-events: all;
position: fixed;
bottom: 50px;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 1000;
Expand Down

0 comments on commit e8be988

Please sign in to comment.