Skip to content

Commit

Permalink
Better abuse style of removed videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 17, 2023
1 parent c5f8dc0 commit 2309213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
@use '_mixins' as *;

.comment-flagged-account,
.account-flagged-handle {
.account-flagged-handle,
.video-owner {
font-size: 11px;
color: var(--greyForegroundColor);
}
Expand Down

0 comments on commit 2309213

Please sign in to comment.