diff --git a/Mohem/src/app/app.component.ts b/Mohem/src/app/app.component.ts
index c4c8a5cd..97d796fa 100644
--- a/Mohem/src/app/app.component.ts
+++ b/Mohem/src/app/app.component.ts
@@ -189,7 +189,7 @@ export class AppComponent implements OnInit {
}
public profile() {
- this.cs.openEditProfile();
+ this.cs.openProfile();
this.menu.toggle();
}
diff --git a/Mohem/src/app/app.scss b/Mohem/src/app/app.scss
index 2dd0d349..08bb1e93 100644
--- a/Mohem/src/app/app.scss
+++ b/Mohem/src/app/app.scss
@@ -30,4 +30,9 @@
}
.start-badge{
right:16px;
+}
+
+.my-custom-modal-css .modal-wrapper {
+ width: 90%;
+ height: 55%;
}
\ No newline at end of file
diff --git a/Mohem/src/app/profile/edit-profile/edit-profile.component.html b/Mohem/src/app/profile/edit-profile/edit-profile.component.html
index 32b4dd9d..86ee5a08 100644
--- a/Mohem/src/app/profile/edit-profile/edit-profile.component.html
+++ b/Mohem/src/app/profile/edit-profile/edit-profile.component.html
@@ -1,121 +1,153 @@
+ [headerText]="'userProfile, title' | translate">