Minor: change app-menu bottom spacing (#1020)

This commit is contained in:
Yoland Yan
2024-09-27 15:10:13 +09:00
committed by GitHub
parent 56fc2dd753
commit ec9a30d269

View File

@@ -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;