mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-01 20:56:59 +08:00
feat: optiminize message&img display
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
--window-width: 90vw;
|
||||
--window-height: 90vh;
|
||||
// --sidebar-width: 300px;
|
||||
--sidebar-width: 300px;
|
||||
--window-content-width: calc(100% - var(--sidebar-width));
|
||||
--message-max-width: 80%;
|
||||
--full-height: 100%;
|
||||
@@ -71,7 +71,7 @@
|
||||
:root {
|
||||
--window-width: 100vw;
|
||||
--window-height: var(--full-height);
|
||||
// --sidebar-width: 100vw;
|
||||
--sidebar-width: 100vw;
|
||||
--window-content-width: var(--window-width);
|
||||
--message-max-width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user