mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
fix for #4219
This commit is contained in:
parent
4d8f0a1f37
commit
1dff4624f3
3 changed files with 16 additions and 6 deletions
|
@ -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;
|
||||
}
|
|
@ -141,4 +141,5 @@ table {
|
|||
|
||||
.icon-spacing {
|
||||
margin-right: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue