boutons 'tout (dé)sélectionner' pour les pages popularity

This commit is contained in:
MiharyR 2021-12-16 19:10:09 +01:00
parent ad0397e8ad
commit dab2748079
4 changed files with 26 additions and 6 deletions

View file

@ -138,11 +138,11 @@ export class PageWatchingVideoComponent implements OnInit
// style
if(this.from === 'search' || this.from === 'history') {
this.containerStyle = "margin: 0 auto; width: 64vw;"
this.containerStyle = "margin: 0 auto; width: 64vw;" ;
this.iframeStyle = "width: 64vw; height: 60vh;" ;
}
else {
this.containerStyle = "margin: 0 auto; width: 48vw;"
this.containerStyle = "margin: 0 auto; width: 48vw;" ;
this.iframeStyle = "width: 48vw; height: 45vh;" ;
}
}