Fix code-aligning to the left, max column size - fixes #13

This commit is contained in:
Niek van der Maas
2023-03-06 08:50:00 +01:00
parent c89bb88602
commit 2a725adfa5
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<div class="column is-one-fifth">
<Sidebar bind:apiKey bind:sortedChats bind:activeChatId />
</div>
<div class="column">
<div class="column is-four-fifths">
{#if activeChatId}
<Chat bind:chatId={activeChatId} />
{:else}