patch for not draggable windows during setup

This commit is contained in:
DecDuck
2024-10-09 18:02:09 +11:00
parent 959dad383e
commit ac66b20591
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div <div
class="h-10 cursor-pointer flex flex-row items-center justify-between bg-zinc-950" class="h-10 cursor-pointer flex flex-row items-center justify-between bg-zinc-950"
> >
<div class="px-5 py-3" @mousedown="() => window.startDragging()"> <div class="px-5 py-3 grow" @mousedown="() => window.startDragging()">
<Wordmark class="mt-1" /> <Wordmark class="mt-1" />
</div> </div>
<WindowControl /> <WindowControl />

View File

@ -1,7 +1,7 @@
{ {
"name": "drop-app", "name": "drop-app",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",