Merge branch 'release/2.1.0' into develop
[oweals/peertube.git] / client / src / app / shared / video / modals / video-report.component.ts
index ee991fade924e79528861cb554658f697ab66ad4..988fa03d474cb537f6610e2ca7914839b67a9607 100644 (file)
@@ -53,7 +53,7 @@ export class VideoReportComponent extends FormReactive implements OnInit {
   }
 
   show () {
-    this.openedModal = this.modalService.open(this.modal, { keyboard: false })
+    this.openedModal = this.modalService.open(this.modal, { centered: true, keyboard: false })
   }
 
   hide () {