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 {
|
.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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,3 +225,8 @@
|
||||||
::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;
|
||||||
|
}
|
|
@ -142,3 +142,4 @@ 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…
Add table
Add a link
Reference in a new issue