rename to gravestone

This commit is contained in:
Shpuld Shpuldson 2020-09-08 09:32:43 +03:00
parent 1ec9cde963
commit fa91766519
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ $status-margin: 0.75em;
--icon: var(--selectedPostIcon, $fallback--icon);
}
.deleted {
.gravestone {
padding: $status-margin;
color: $fallback--faint;
color: var(--faint, $fallback--faint);

View file

@ -349,7 +349,7 @@
</div>
<div
v-else
class="deleted"
class="gravestone"
>
<div class="left-side">
<UserAvatar :compact="compact" />
@ -359,6 +359,7 @@
{{ $t('status.status_deleted') }}
</div>
<reply-button
v-if="replying"
:replying="replying"
:status="status"
@toggle="toggleReplying"