mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-16 11:18:17 +08:00
improve style for safari
This commit is contained in:
@@ -242,7 +242,8 @@ function ConversationCard(props) {
|
||||
className="gpt-util-group"
|
||||
style={{
|
||||
padding: '15px 0 15px 15px',
|
||||
...(props.notClampSize ? {} : { flexGrow: 1 }),
|
||||
...(props.notClampSize ? {} : { flexGrow: isSafari() ? 0 : 1 }),
|
||||
...(isSafari() ? { maxWidth: '200px' } : {}),
|
||||
}}
|
||||
>
|
||||
{props.closeable ? (
|
||||
|
||||
Reference in New Issue
Block a user