refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2024-11-10 18:42:52 -08:00
parent 9a546c34bb
commit 466e1fecb4
4 changed files with 117 additions and 119 deletions

View File

@@ -58,8 +58,6 @@
});
</script>
<div class="w-full max-h-full">
{#key prompt}
<PromptEditor {prompt} {onSubmit} />
{/key}
</div>
{#key prompt}
<PromptEditor {prompt} {onSubmit} />
{/key}

View File

@@ -44,8 +44,6 @@
});
</script>
<div class="w-full max-h-full">
{#if prompt}
<PromptEditor {prompt} {onSubmit} edit />
{/if}
</div>
{#if prompt}
<PromptEditor {prompt} {onSubmit} edit />
{/if}