diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-17 12:21:14 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | f9b8e5c457ad507e77b500866786c82ed4187c92 (patch) | |
tree | c174c608dc9873a0dc8f727ef3cc3108a5ade1e2 /client/src/app/+accounts/account-video-channels/account-video-channels.component.html | |
parent | 178af31cb8624567a26a1ca06cba9f3a475be330 (diff) | |
download | PeerTube-f9b8e5c457ad507e77b500866786c82ed4187c92.tar.gz PeerTube-f9b8e5c457ad507e77b500866786c82ed4187c92.tar.zst PeerTube-f9b8e5c457ad507e77b500866786c82ed4187c92.zip |
Refactoring accounts component style
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.html | 4 |
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)" |