mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 22:52:53 +08:00
feat: support compress chat history
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
height: 40vh;
|
||||
max-height: 40vh;
|
||||
padding: var(--modal-padding);
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -118,7 +118,7 @@
|
||||
width: 90vw;
|
||||
|
||||
.modal-content {
|
||||
height: 50vh;
|
||||
max-height: 50vh;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user