Explorar el Código

🎨 style(setting): Place custom-model's input a seperated row.

frostime hace 1 año
padre
commit
759a09a76c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/components/settings.tsx

+ 2 - 0
app/components/settings.tsx

@@ -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"