Fix nav in manage follows
This commit is contained in:
parent
0826c92d6f
commit
15ca2e871a
3 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue