make the app window draggable again

This commit is contained in:
Kiril Videlov 2023-02-03 10:13:32 +01:00
parent 639c1d2f50
commit bd558f4c20

View File

@ -35,7 +35,10 @@
};
</script>
<header data-tauri-drag-region class="ml-16 h-8">
<header data-tauri-drag-region class="h-6">
</header>
<main class="p-2">
<nav class="flex flex-row m-2">
<ul class="flex-1 flex flex-row gap-2 overflow-x-scroll">
{#each $projects as project}
@ -53,8 +56,5 @@
new project
</button>
</nav>
</header>
<main class="p-2">
<slot />
</main>