implementing model selector
This commit is contained in:
@@ -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)',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user