diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index 440bfffe..8e85ce2f 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -347,7 +347,11 @@ function ConversationCard(props) { className="gpt-util-group" style={{ padding: '15px 0 15px 15px', - ...(props.notClampSize ? {} : { flexGrow: isSafari() ? 0 : 1 }), + ...(props.pageMode + ? { flexGrow: 1, minWidth: 0 } + : props.notClampSize + ? {} + : { flexGrow: isSafari() ? 0 : 1 }), ...(isSafari() ? { maxWidth: '200px' } : {}), }} > @@ -372,11 +376,28 @@ function ConversationCard(props) { > + ) : props.onToggleSidebar ? ( + ) : ( )}