1
0
Fork 0

Fix nav in manage follows

This commit is contained in:
Chocobozzz 2017-12-20 10:04:37 +01:00
parent 0826c92d6f
commit 15ca2e871a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 8 additions and 1 deletions

View File

@ -2,3 +2,9 @@
flex-grow: 0;
margin-right: 30px;
}
/deep/ .tab-content {
height: 0;
min-height: 0;
padding: 0;
}

View File

@ -290,7 +290,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
// If autoplay is true, we don't really need a poster
if (this.isAutoplay() === false) {
console.log('coucou')
this.playerElement.poster = this.video.previewUrl
}

View File

@ -15,6 +15,7 @@
border: 1px solid #C6C6C6;
border-radius: 3px;
padding-left: 15px;
padding-right: 15px;
&::placeholder {
color: #585858;
@ -94,4 +95,5 @@
width: $width;
border-radius: 3px;
padding-left: 15px;
padding-right: 15px;
}