mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 18:12:48 +03:00
wer
This commit is contained in:
parent
b0832faf9a
commit
2249183b61
@ -26,6 +26,7 @@
|
||||
</script>
|
||||
|
||||
<div class="h-full w-full p-8">
|
||||
<!-- text -->
|
||||
<div class="flex h-full flex-col">
|
||||
{#if $projects.length == 0}
|
||||
<div class="h-fill grid h-full grid-cols-2 items-center gap-4">
|
||||
|
@ -183,6 +183,7 @@
|
||||
</svelte:fragment>
|
||||
</Dialog>
|
||||
<div id="commit-page" class="flex h-full w-full">
|
||||
<!-- test -->
|
||||
<div class="commit-panel-container flex h-full flex-col border-r border-zinc-700 w-[424px]">
|
||||
<form
|
||||
on:submit|preventDefault={onCommit}
|
||||
|
Loading…
Reference in New Issue
Block a user