another stage of client authentication

This commit is contained in:
DecDuck
2024-10-08 16:13:28 +11:00
parent 13bf4fe757
commit 8896492776
22 changed files with 802 additions and 83 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
<template>
<div
@mousedown="() => window.startDragging()"
class="cursor-pointer flex flex-row items-center justify-between bg-zinc-950 px-3 py-2"
class="h-10 cursor-pointer flex flex-row items-center justify-between bg-zinc-950"
>
<div>
<Wordmark />
<div class="px-5 py-3">
<Wordmark class="mt-1" />
</div>
<WindowControl />
</div>