aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+accounts/account-video-channels/account-video-channels.component.html')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
index 38293b070..e3b499773 100644
--- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
+++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
@@ -16,7 +16,7 @@
16 size="75" 16 size="75"
17 ></my-actor-avatar> 17 ></my-actor-avatar>
18 18
19 <h2> 19 <h2 class="fs-5 lh-1 fw-bold m-0">
20 <a [routerLink]="getVideoChannelLink(videoChannel)" i18n-title title="See this video channel"> 20 <a [routerLink]="getVideoChannelLink(videoChannel)" i18n-title title="See this video channel">
21 {{ videoChannel.displayName }} 21 {{ videoChannel.displayName }}
22 </a> 22 </a>
@@ -39,7 +39,7 @@
39 39
40 <div class="videos-overflow-workaround"> 40 <div class="videos-overflow-workaround">
41 <div class="videos"> 41 <div class="videos">
42 <div class="no-results" i18n *ngIf="getTotalVideosOf(videoChannel) === 0">This channel doesn't have any videos.</div> 42 <div class="no-results h-auto" i18n *ngIf="getTotalVideosOf(videoChannel) === 0">This channel doesn't have any videos.</div>
43 43
44 <my-video-miniature 44 <my-video-miniature
45 *ngFor="let video of getVideosOf(videoChannel)" 45 *ngFor="let video of getVideosOf(videoChannel)"