Skip to content

Commit

Permalink
Minor: change app-menu bottom spacing (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 authored Sep 27, 2024
1 parent 56fc2dd commit ec9a30d
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 ec9a30d

Please sign in to comment.