diff --git a/src/Ombi/ClientApp/src/app/my-nav/my-nav.component.scss b/src/Ombi/ClientApp/src/app/my-nav/my-nav.component.scss index f76109b96..8a50a213f 100644 --- a/src/Ombi/ClientApp/src/app/my-nav/my-nav.component.scss +++ b/src/Ombi/ClientApp/src/app/my-nav/my-nav.component.scss @@ -124,8 +124,14 @@ } } +.profile-img{ + display: flex; + justify-content: center; + align-self: center; +} + .profile-img img { - width: 50px; + width: 40px; } @@ -171,7 +177,6 @@ font-weight: 400; padding:10px 20px; height:auto; - width:20rem; margin-bottom:0.5rem; } @@ -181,7 +186,6 @@ border-radius:0px 30px 30px 0px; padding:10px 20px; height:auto; - width:20rem; } } @@ -220,4 +224,9 @@ ::ng-deep .mat-toolbar-row, .mat-toolbar-single-row{ height:auto; +} + +::ng-deep .mat-sidenav-fixed .mat-list-base .mat-list-item .mat-list-item-content, .mat-list-base .mat-list-option .mat-list-item-content{ + padding:0; + margin: 0 4em 0 0.5em; } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/styles/shared.scss b/src/Ombi/ClientApp/src/styles/shared.scss index 04f63f3dc..f7d609f05 100644 --- a/src/Ombi/ClientApp/src/styles/shared.scss +++ b/src/Ombi/ClientApp/src/styles/shared.scss @@ -141,4 +141,5 @@ table { .icon-spacing { margin-right: 1%; -} \ No newline at end of file +} + diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index 5e24656fe..853927d4f 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -54,7 +54,7 @@ "Discover": "Discover", "Search": "Search", "Requests": "Requests", - "UserManagement": "User Management", + "UserManagement": "Users", "Issues": "Issues", "Vote": "Vote", "Donate": "Donate!", @@ -70,7 +70,7 @@ "ChangeTheme": "Change Theme", "Calendar": "Calendar", "UserPreferences": "Preferences", - "FeatureSuggestion":"Feature Suggestion", + "FeatureSuggestion":"Features", "FeatureSuggestionTooltip":"Have a great new idea? Suggest it here!", "Filter": { "Movies":"Movies",