add basic deletes support that works with masto WS
This commit is contained in:
parent
a73b09c732
commit
40ca0b394e
7 changed files with 57 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue