Skip to content

Commit

Permalink
🎨 style(setting): Place custom-model's input a seperated row.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Nov 27, 2024
1 parent 2623a92 commit 759a09a
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 759a09a

Please sign in to comment.