mirror of https://github.com/Chocobozzz/PeerTube
Better abuse style of removed videos
parent
c5f8dc0533
commit
23092139a6
|
@ -80,9 +80,11 @@
|
|||
<div class="table-video-text">
|
||||
<div>
|
||||
{{ abuse.video.name }}
|
||||
<my-global-icon iconName="delete"></my-global-icon>
|
||||
|
||||
<span i18n class="fst-italic">(Deleted video)</span>
|
||||
</div>
|
||||
<div i18n>by {{ abuse.video.channel?.displayName }} on {{ abuse.video.channel?.host }} </div>
|
||||
|
||||
<div class="video-owner" i18n>by {{ abuse.video.channel?.displayName }} on {{ abuse.video.channel?.host }} </div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
@use '_mixins' as *;
|
||||
|
||||
.comment-flagged-account,
|
||||
.account-flagged-handle {
|
||||
.account-flagged-handle,
|
||||
.video-owner {
|
||||
font-size: 11px;
|
||||
color: var(--greyForegroundColor);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue