Fix banner margin

This commit is contained in:
Chocobozzz 2024-12-19 07:13:40 +01:00
parent a9041814a5
commit 6fca80f08c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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>