mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-09 14:01:13 +08:00
feat: optiminize message&img display
This commit is contained in:
@@ -49,6 +49,8 @@ export enum StoreKey {
|
||||
Sync = "sync",
|
||||
}
|
||||
|
||||
export const NARROW_SIDEBAR_WIDTH = 100;
|
||||
|
||||
export const DEFAULT_SIDEBAR_WIDTH = 340;
|
||||
export const MAX_SIDEBAR_WIDTH = 440;
|
||||
export const MIN_SIDEBAR_WIDTH = 230;
|
||||
@@ -383,3 +385,5 @@ export const internalWhiteWebDavEndpoints = [
|
||||
"https://webdav.yandex.com",
|
||||
"https://app.koofr.net/dav/Koofr",
|
||||
];
|
||||
|
||||
export const SIDEBAR_ID = "sidebar";
|
||||
|
Reference in New Issue
Block a user