Match settings modal to design nuances better

This commit is contained in:
Robin Townsend
2023-05-22 12:54:26 -04:00
parent eeb1f4baaf
commit cf1a7f2e21
7 changed files with 25 additions and 21 deletions

View File

@@ -19,6 +19,10 @@ limitations under the License.
height: 480px;
}
.settingsModal p {
color: var(--secondary-content);
}
.tabContainer {
padding: 27px 20px;
}
@@ -26,12 +30,3 @@ limitations under the License.
.fieldRowText {
margin-bottom: 0;
}
/*
This style guarantees a fixed width of the tab bar in the settings window.
The "Developer" item in the tab bar can be toggled.
Without a defined width activating the developer tab makes the tab container jump to the right.
*/
.tabLabel {
min-width: 80px;
}

View File

@@ -195,7 +195,7 @@ export const SettingsModal = (props: Props) => {
key="profile"
title={
<>
<UserIcon width={16} height={16} />
<UserIcon width={15} height={15} />
<span>{t("Profile")}</span>
</>
}