implementing model selector

This commit is contained in:
Storme-bit
2026-04-18 01:52:02 -07:00
parent 072758df9c
commit 68f2d758b1
4 changed files with 57 additions and 12 deletions

View File

@@ -138,7 +138,7 @@ function NumberSetting({ label, description, value, min, max, step = 1, onSave,
function SettingsRow({ label, description, action }) {
return (
<div style={{
display: 'flex', alignItems: 'center', justifyContent: 'space-between',
display: 'flex', alignItems: 'flex-start', justifyContent: 'space-between',
padding: '14px 16px',
borderBottom: '1px solid var(--border)',
}}