mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-09 04:46:05 +08:00
chore: reduce the max height of conversation card (#141)
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
color: var(--font-color);
|
||||
resize: none;
|
||||
min-height: 70px;
|
||||
max-height: 240px;
|
||||
max-height: 160px;
|
||||
}
|
||||
|
||||
.dragbar {
|
||||
|
||||
Reference in New Issue
Block a user