boutons 'tout (dé)sélectionner' pour les pages popularity
This commit is contained in:
parent
ad0397e8ad
commit
dab2748079
4 changed files with 26 additions and 6 deletions
|
|
@ -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;" ;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue