mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-13 12:10:03 +01:00
Improve the style of message editing
This commit is contained in:
parent
acbcc12e7b
commit
d1bfb08e8d
|
|
@ -1462,6 +1462,7 @@ strong {
|
|||
.editing-textarea {
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
max-height: 65vh;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #ccc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue