diff --git a/src/frontend/app/profile/profile.component.ts b/src/frontend/app/profile/profile.component.ts
index 8adf05a009ac721a32381a4beeb0f412396a6b10..fc37a10ff54f1d3017adc1610e3d3fbcc5923bc8 100644
--- a/src/frontend/app/profile/profile.component.ts
+++ b/src/frontend/app/profile/profile.component.ts
@@ -105,6 +105,12 @@ export class ProfileComponent implements OnInit {
         if (this.signaturesService.mobileMode) {
             this.snavLeftComponent.open();
             this.snavRightComponent.close();
+        } else {
+            this.signaturesService.sideNavRigtDatas = {
+                mode: 'mainDocumentDetail',
+                width: '450px',
+                locked: false,
+            };
         }
     }