Fix banner margin
This commit is contained in:
parent
a9041814a5
commit
6fca80f08c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="root" *ngIf="videoChannel">
|
||||
<div class="margin-content">
|
||||
<div class="banner" *ngIf="videoChannel.bannerUrl">
|
||||
<div class="banner mb-4" *ngIf="videoChannel.bannerUrl">
|
||||
<img [src]="videoChannel.bannerUrl" alt="Channel banner">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue