Better abuse style of removed videos

pull/5917/head
Chocobozzz 2023-08-17 14:29:44 +02:00
parent c5f8dc0533
commit 23092139a6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -2,7 +2,8 @@
@use '_mixins' as *;
.comment-flagged-account,
.account-flagged-handle {
.account-flagged-handle,
.video-owner {
font-size: 11px;
color: var(--greyForegroundColor);
}