From d0536000964ed9b0105ce34ccb179607ec942cd1 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 22 Dec 2025 17:20:19 +0400 Subject: [PATCH] refac: styling --- .../workspace/Models/ModelEditor.svelte | 332 +++++++++--------- 1 file changed, 167 insertions(+), 165 deletions(-) diff --git a/src/lib/components/workspace/Models/ModelEditor.svelte b/src/lib/components/workspace/Models/ModelEditor.svelte index 313be6938a..c302c213f8 100644 --- a/src/lib/components/workspace/Models/ModelEditor.svelte +++ b/src/lib/components/workspace/Models/ModelEditor.svelte @@ -414,190 +414,192 @@ submitHandler(); }} > -
-
- + +
+
- -
- - -
-
-
- -
-
-
-
-
- -
- -
-
+
+
+
+
-
-
-
- -
-
- - {#if preset} -
-
- {$i18n.t('Base Model (From)')}
-
- - {#each $models.filter((m) => (model ? m.id !== model.id : true) && !m?.preset && m?.owned_by !== 'arena' && !(m?.direct ?? false)) as model} - - {/each} - + + {#each $models.filter((m) => (model ? m.id !== model.id : true) && !m?.preset && m?.owned_by !== 'arena' && !(m?.direct ?? false)) as model} + + {/each} + +
-
- {/if} - -
-
-
- {$i18n.t('Description')} -
- - -
- - {#if enableDescription} -