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