mirror of https://github.com/Chocobozzz/PeerTube
Fix nav in manage follows
parent
0826c92d6f
commit
15ca2e871a
|
@ -2,3 +2,9 @@
|
|||
flex-grow: 0;
|
||||
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 (this.isAutoplay() === false) {
|
||||
console.log('coucou')
|
||||
this.playerElement.poster = this.video.previewUrl
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue