Skip to content

Commit 83cea3a

Browse files
authored
Merge pull request ChatGPTNextWeb#5879 from frostime/textline-custom-model
🎨 style(setting): Place custom-model's input a separated row.
2 parents 2623a92 + 759a09a commit 83cea3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/components/settings.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1771,9 +1771,11 @@ export function Settings() {
17711771
<ListItem
17721772
title={Locale.Settings.Access.CustomModel.Title}
17731773
subTitle={Locale.Settings.Access.CustomModel.SubTitle}
1774+
vertical={true}
17741775
>
17751776
<input
17761777
aria-label={Locale.Settings.Access.CustomModel.Title}
1778+
style={{ width: "100%", maxWidth: "unset", textAlign: "left" }}
17771779
type="text"
17781780
value={config.customModels}
17791781
placeholder="model1,model2,model3"

0 commit comments

Comments
 (0)