forked from React-Group/interstellar_ai
Fixed the responsive design
This commit is contained in:
parent
637cf60a9b
commit
bc29dab968
2 changed files with 7 additions and 2 deletions
|
@ -579,6 +579,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
|
|||
<li onClick={() => setActiveSection('theme')}>Theme</li>
|
||||
<li onClick={() => setActiveSection('foss')}>FOSS</li>
|
||||
<li onClick={() => setActiveSection('account')}>Account</li>
|
||||
{/* Make something that can export and import all settings */}
|
||||
</ul>
|
||||
</div>
|
||||
<div className="settings-main">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue