|
|
@@ -1854,7 +1854,7 @@ function _Chat() {
|
|
|
}, [messages.length]);
|
|
|
|
|
|
return (
|
|
|
- <div className={styles.chat} key={session.id}>
|
|
|
+ <div className={styles.chat} style={{maxWidth: globalStore.showMenu ? '89vw' : '100vw'}} key={session.id}>
|
|
|
{
|
|
|
<div className="window-header" data-tauri-drag-region>
|
|
|
<div style={{ display: 'flex', alignItems: 'center' ,justifyContent: 'space-between',width:'auto' }}
|