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; flex-grow: 0;
margin-right: 30px; 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 autoplay is true, we don't really need a poster
if (this.isAutoplay() === false) { if (this.isAutoplay() === false) {
console.log('coucou')
this.playerElement.poster = this.video.previewUrl this.playerElement.poster = this.video.previewUrl
} }

View file

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