Fixed the responsive design

This commit is contained in:
sageTheDM 2024-09-24 07:42:39 +02:00
parent 637cf60a9b
commit bc29dab968
2 changed files with 7 additions and 2 deletions

View file

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