PeerTube/client/src/app/+my-library/my-library.component.html

8 lines
247 B
HTML
Raw Normal View History

2022-06-08 16:14:24 +02:00
<div class="root">
<my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown>
<div class="margin-content pb-5" [ngClass]="{ 'offset-content': !isBroadcastMessageDisplayed }">
<router-outlet></router-outlet>
</div>
</div>