mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-19 21:23:26 +08:00
server : (webui) increase edit textarea size (#11763)
This commit is contained in:
parent
aaa5505307
commit
e6e6583199
Binary file not shown.
@ -92,7 +92,7 @@ export default function ChatMessage({
|
|||||||
<>
|
<>
|
||||||
<textarea
|
<textarea
|
||||||
dir="auto"
|
dir="auto"
|
||||||
className="textarea textarea-bordered bg-base-100 text-base-content w-[calc(90vw-8em)] lg:w-96"
|
className="textarea textarea-bordered bg-base-100 text-base-content max-w-2xl w-[calc(90vw-8em)] h-24"
|
||||||
value={editingContent}
|
value={editingContent}
|
||||||
onChange={(e) => setEditingContent(e.target.value)}
|
onChange={(e) => setEditingContent(e.target.value)}
|
||||||
></textarea>
|
></textarea>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user