diff --git a/.vscode/launch.json b/.vscode/launch.json index a02acbfe..0a33297b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,6 +30,7 @@ // }, "runtimeArgs": [ "--remote-debugging-port=9229", + "--no-sandbox", "." ], "envFile": "${workspaceFolder}/.vscode/.debug.env", diff --git a/src/components/DownloadQueue.vue b/src/components/DownloadQueue.vue index 4e26685a..b75b23bf 100644 --- a/src/components/DownloadQueue.vue +++ b/src/components/DownloadQueue.vue @@ -4,8 +4,8 @@ class="fixed inset-x-4 bottom-4 z-40 rounded-3xl border border-slate-200/70 bg-white shadow-2xl transition-all duration-200 dark:border-slate-800/70 dark:bg-slate-900 sm:left-auto sm:right-6 sm:w-96" :class=" isHidden - ? 'pointer-events-none translate-y-[calc(100%+1rem)] opacity-0' - : 'translate-y-0 opacity-100' + ? 'translate-y-[calc(100%-3.5rem)]' + : 'translate-y-0' " >