mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 17:43:47 +03:00
Merge pull request #370 from gitbutlerapp/ian/prettying-up-the-input-of-gitbutlerChat
Input looks better now
This commit is contained in:
commit
b60254c244
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user