forked from React-Group/interstellar_ai
Compare commits
No commits in common. "3db69f68a97ee8e88cd9bb184a2b610292c3264a" and "ab3e98ca0dcc558262dc2b3eadd92522a424b7f0" have entirely different histories.
3db69f68a9
...
ab3e98ca0d
2 changed files with 2 additions and 7 deletions
|
@ -579,7 +579,6 @@ 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">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin-top: 0px;
|
||||
margin-top: 5px;
|
||||
padding-top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100vw;
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -111,10 +111,6 @@
|
|||
background-color: var(--input-button-color); /* Use variable for button color */
|
||||
color: var(--user-message-text-color); /* Use variable for button text color */
|
||||
}
|
||||
|
||||
.login-button button{
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive adjustments for the settings */
|
||||
|
|
Loading…
Reference in a new issue