Merge pull request #370 from gitbutlerapp/ian/prettying-up-the-input-of-gitbutlerChat

Input looks better now
This commit is contained in:
Ian Donahue 2023-05-23 19:53:26 +02:00 committed by GitHub
commit b60254c244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@
</div>
<div
class="absolute bottom-0 flex w-full flex-col gap-2 border-t border-zinc-700 p-4 "
class="absolute bottom-0 flex w-full flex-col gap-2 rounded-br rounded-bl border-t border-zinc-700 p-4"
style="
border-width: 0.5px;
-webkit-backdrop-filter: blur(5px) saturate(190%) contrast(70%) brightness(80%);
@ -194,7 +194,7 @@
spellcheck="true"
bind:value={chatInput}
placeholder="Send a message..."
class="w-full"
class="chat-input-text w-full"
/>
<Button
disabled={chatInput.length == 0 || !chatId}
@ -218,7 +218,7 @@
</div>
<div class="flex">
<p class="text-sm text-zinc-500">
Chat GitButler may produce inaccurate statements about your code. Please use your
GitButler Chat may produce inaccurate statements about your code. Please use your
judgement before you commit changes.
</p>
</div>