mirror of https://github.com/Chocobozzz/PeerTube
Fix playlist owner font size
parent
17522af1e0
commit
ec3228cae7
|
@ -38,7 +38,7 @@
|
|||
<ng-container *ngIf="getVideoOwnerDisplayType(playlistElement) === 'videoChannel'">{{ playlistElement.video.byVideoChannel }}</ng-container>
|
||||
</a>
|
||||
|
||||
<span *ngIf="!accountLink" tabindex="-1" class="video-info-account">{{ playlistElement.video.byAccount }}</span>
|
||||
<span *ngIf="!accountLink" tabindex="-1" class="video-info-owner">{{ playlistElement.video.byAccount }}</span>
|
||||
|
||||
<span tabindex="-1" class="video-info-timestamp">{{ formatTimestamp(playlistElement) }}</span>
|
||||
</ng-container>
|
||||
|
|
Loading…
Reference in New Issue