diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-12 09:51:13 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-12 09:51:16 +0200 |
commit | 435258ea3c17c10c7c2735075e59122956d45fca (patch) | |
tree | 44136d8c9362a5b219f1458a2a53a3c671cadee3 /client/src/app/+accounts | |
parent | 8b381422b88a02a971f5e50422b5b4b79b1101e5 (diff) | |
download | PeerTube-435258ea3c17c10c7c2735075e59122956d45fca.tar.gz PeerTube-435258ea3c17c10c7c2735075e59122956d45fca.tar.zst PeerTube-435258ea3c17c10c7c2735075e59122956d45fca.zip |
fix miniature fixed height, add link/title to avatar, remove pr-2 on channels list
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.html | 1 |
1 files changed, 0 insertions, 1 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 b45ca58da..8f1ff21a5 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 | |||
@@ -19,7 +19,6 @@ | |||
19 | <div class="no-results my-5" i18n *ngIf="getVideosOf(videoChannel).length === 0">This channel doesn't have any videos.</div> | 19 | <div class="no-results my-5" i18n *ngIf="getVideosOf(videoChannel).length === 0">This channel doesn't have any videos.</div> |
20 | 20 | ||
21 | <my-video-miniature | 21 | <my-video-miniature |
22 | class="pr-2" | ||
23 | *ngFor="let video of getVideosOf(videoChannel)" | 22 | *ngFor="let video of getVideosOf(videoChannel)" |
24 | [video]="video" [user]="user" [displayVideoActions]="true" | 23 | [video]="video" [user]="user" [displayVideoActions]="true" |
25 | ></my-video-miniature> | 24 | ></my-video-miniature> |