Skip to content

Commit 7355f39

Browse files
committed
style: wider model select
1 parent 07ca093 commit 7355f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ConversationCard/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function ConversationCard(props) {
207207
<div className="gpt-inner">
208208
<div
209209
className={props.draggable ? 'gpt-header draggable' : 'gpt-header'}
210-
style="padding: 15px;user-select:none;"
210+
style="padding:15px;user-select:none;"
211211
>
212212
<span className="gpt-util-group">
213213
{props.closeable ? (
@@ -233,7 +233,7 @@ function ConversationCard(props) {
233233
<img src={logo} style="user-select:none;width:20px;height:20px;" />
234234
)}
235235
<select
236-
style={props.notClampSize ? {} : { width: 'auto' }}
236+
style={props.notClampSize ? {} : { width: windowSize[0] * 0.15 + 'px' }}
237237
className="normal-button"
238238
required
239239
onChange={(e) => {

0 commit comments

Comments
 (0)