add basic deletes support that works with masto WS

This commit is contained in:
Shpuld Shpuldson 2020-09-06 15:28:09 +03:00
parent a73b09c732
commit 40ca0b394e
7 changed files with 57 additions and 2 deletions

View file

@ -25,6 +25,17 @@ $status-margin: 0.75em;
--icon: var(--selectedPostIcon, $fallback--icon);
}
.deleted {
padding: $status-margin;
color: $fallback--faint;
color: var(--faint, $fallback--faint);
display: flex;
.deleted-text {
margin: 0.5em 0;
align-items: center;
}
}
.status-container {
display: flex;
padding: $status-margin;