compliant with new APIs

This commit is contained in:
DecDuck
2024-10-09 00:37:27 +11:00
parent 556898fc13
commit 8f6f184739
13 changed files with 234 additions and 139 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<template>
<div
@mousedown="() => window.startDragging()"
class="h-10 cursor-pointer bg-gray-950 flex flex-row justify-between"
class="h-16 cursor-pointer bg-gray-950 flex flex-row justify-between"
>
<div class="flex flex-row grow items-center justify-between px-2 py-3">
<div class="flex flex-row grow items-center justify-between pl-5 pr-2 py-3">
<div class="inline-flex items-center gap-x-10">
<Wordmark class="h-8 mb-0.5" />
<nav class="inline-flex items-center mt-0.5">
@@ -31,7 +31,7 @@
</ol>
</div>
</div>
<WindowControl />
<WindowControl class="h-16 w-16 p-4" />
</div>
</template>