fix the mess I started

This commit is contained in:
Ren Amamiya
2023-04-28 09:52:12 +07:00
parent 233a5bd2ad
commit a71502d19e
35 changed files with 197 additions and 380 deletions

View File

@@ -45,9 +45,8 @@ export default function AppHeader({ collector }: { collector: boolean }) {
</button>
</div>
<div data-tauri-drag-region className="flex h-full w-full items-center justify-between">
<div className="flex h-full items-center divide-x divide-zinc-900 px-4 pt-px">
{collector && <EventCollector />}
</div>
<div className="flex h-full items-center divide-x divide-zinc-900 px-4 pt-px"></div>
{collector && <EventCollector />}
</div>
</div>
);