]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-report.component.ts
Design modals
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-report.component.ts
index b94e4144e83d4417979d064695f447588659dcc0..ece14754a365d0be2172983bbc4e799a642280fe 100644 (file)
@@ -7,7 +7,8 @@ import { VideoDetails } from '../../shared/video/video-details.model'
 
 @Component({
   selector: 'my-video-report',
-  templateUrl: './video-report.component.html'
+  templateUrl: './video-report.component.html',
+  styleUrls: [ './video-report.component.scss' ]
 })
 export class VideoReportComponent extends FormReactive implements OnInit {
   @Input() video: VideoDetails = null