mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
fix textarea sizing problem;
move down send btn while textbox high;
This commit is contained in:
@@ -53,6 +53,7 @@ a.is-disabled {
|
|||||||
/* Style the chat input */
|
/* Style the chat input */
|
||||||
.chat-input {
|
.chat-input {
|
||||||
overflow-y:hidden;
|
overflow-y:hidden;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
$footer-padding: 3rem 1.5rem;
|
$footer-padding: 3rem 1.5rem;
|
||||||
|
|||||||
@@ -426,7 +426,7 @@
|
|||||||
<progress class="progress is-small is-dark" max="100" />
|
<progress class="progress is-small is-dark" max="100" />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<form class="field has-addons has-addons-right" on:submit|preventDefault={() => submitForm()}>
|
<form class="field has-addons has-addons-right is-align-items-flex-end" on:submit|preventDefault={() => submitForm()}>
|
||||||
<p class="control is-expanded">
|
<p class="control is-expanded">
|
||||||
<textarea
|
<textarea
|
||||||
class="input is-info is-focused chat-input"
|
class="input is-info is-focused chat-input"
|
||||||
|
|||||||
Reference in New Issue
Block a user