This commit is contained in:
idonahue 2023-04-27 18:48:59 +02:00
parent b0832faf9a
commit 2249183b61
2 changed files with 2 additions and 0 deletions

View File

@ -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">

View File

@ -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}