mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix banner margin
This commit is contained in:
parent
a9041814a5
commit
6fca80f08c
@ -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…
Reference in New Issue
Block a user