]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/modal/welcome-modal.component.ts
Merge branch 'pr/2629' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / welcome-modal.component.ts
index 19a147b85cc1ba4c3edc3351a18710c08e7007fe..e022776e37b77dbfcd059484eddf1a063b25e5c3 100644 (file)
@@ -18,7 +18,8 @@ export class WelcomeModalComponent {
   ) { }
 
   show () {
-    this.modalService.open(this.modal,{
+    this.modalService.open(this.modal, {
+      centered: true,
       backdrop: 'static',
       keyboard: false,
       size: 'lg'