Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#5879 from frostime/textline-custom-…
Browse files Browse the repository at this point in the history
…model

🎨 style(setting): Place custom-model's input a separated row.
  • Loading branch information
Dogtiti authored Nov 28, 2024
2 parents 2623a92 + 759a09a commit 83cea3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1771,9 +1771,11 @@ export function Settings() {
<ListItem
title={Locale.Settings.Access.CustomModel.Title}
subTitle={Locale.Settings.Access.CustomModel.SubTitle}
vertical={true}
>
<input
aria-label={Locale.Settings.Access.CustomModel.Title}
style={{ width: "100%", maxWidth: "unset", textAlign: "left" }}
type="text"
value={config.customModels}
placeholder="model1,model2,model3"
Expand Down

0 comments on commit 83cea3a

Please sign in to comment.