pull/4221/head
twanariens 3 years ago
parent 4d8f0a1f37
commit 1dff4624f3

@ -124,8 +124,14 @@
} }
} }
.profile-img{
display: flex;
justify-content: center;
align-self: center;
}
.profile-img img { .profile-img img {
width: 50px; width: 40px;
} }
@ -171,7 +177,6 @@
font-weight: 400; font-weight: 400;
padding:10px 20px; padding:10px 20px;
height:auto; height:auto;
width:20rem;
margin-bottom:0.5rem; margin-bottom:0.5rem;
} }
@ -181,7 +186,6 @@
border-radius:0px 30px 30px 0px; border-radius:0px 30px 30px 0px;
padding:10px 20px; padding:10px 20px;
height:auto; height:auto;
width:20rem;
} }
} }
@ -220,4 +224,9 @@
::ng-deep .mat-toolbar-row, .mat-toolbar-single-row{ ::ng-deep .mat-toolbar-row, .mat-toolbar-single-row{
height:auto; 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;
} }

@ -141,4 +141,5 @@ table {
.icon-spacing { .icon-spacing {
margin-right: 1%; margin-right: 1%;
} }

@ -54,7 +54,7 @@
"Discover": "Discover", "Discover": "Discover",
"Search": "Search", "Search": "Search",
"Requests": "Requests", "Requests": "Requests",
"UserManagement": "User Management", "UserManagement": "Users",
"Issues": "Issues", "Issues": "Issues",
"Vote": "Vote", "Vote": "Vote",
"Donate": "Donate!", "Donate": "Donate!",
@ -70,7 +70,7 @@
"ChangeTheme": "Change Theme", "ChangeTheme": "Change Theme",
"Calendar": "Calendar", "Calendar": "Calendar",
"UserPreferences": "Preferences", "UserPreferences": "Preferences",
"FeatureSuggestion":"Feature Suggestion", "FeatureSuggestion":"Features",
"FeatureSuggestionTooltip":"Have a great new idea? Suggest it here!", "FeatureSuggestionTooltip":"Have a great new idea? Suggest it here!",
"Filter": { "Filter": {
"Movies":"Movies", "Movies":"Movies",

Loading…
Cancel
Save