aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-26 11:03:21 +0200
committerChocobozzz <me@florianbigard.com>2023-07-26 11:03:21 +0200
commitec3228cae714e4989dcedd96a855fc3a3481081e (patch)
treecb570962ea5a66de06fcbb2b17af66153b4f056f /client
parent17522af1e0db568293f5d6b9d36a71d39d8de60a (diff)
downloadPeerTube-ec3228cae714e4989dcedd96a855fc3a3481081e.tar.gz
PeerTube-ec3228cae714e4989dcedd96a855fc3a3481081e.tar.zst
PeerTube-ec3228cae714e4989dcedd96a855fc3a3481081e.zip
Fix playlist owner font size
Diffstat (limited to 'client')
-rw-r--r--client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html
index 882b14c5e..5ab5d8921 100644
--- a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html
+++ b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html
@@ -38,7 +38,7 @@
38 <ng-container *ngIf="getVideoOwnerDisplayType(playlistElement) === 'videoChannel'">{{ playlistElement.video.byVideoChannel }}</ng-container> 38 <ng-container *ngIf="getVideoOwnerDisplayType(playlistElement) === 'videoChannel'">{{ playlistElement.video.byVideoChannel }}</ng-container>
39 </a> 39 </a>
40 40
41 <span *ngIf="!accountLink" tabindex="-1" class="video-info-account">{{ playlistElement.video.byAccount }}</span> 41 <span *ngIf="!accountLink" tabindex="-1" class="video-info-owner">{{ playlistElement.video.byAccount }}</span>
42 42
43 <span tabindex="-1" class="video-info-timestamp">{{ formatTimestamp(playlistElement) }}</span> 43 <span tabindex="-1" class="video-info-timestamp">{{ formatTimestamp(playlistElement) }}</span>
44 </ng-container> 44 </ng-container>