mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
make the app window draggable again
This commit is contained in:
parent
639c1d2f50
commit
bd558f4c20
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user