This commit is contained in:
Shpuld Shpuldson 2020-10-01 16:01:57 +03:00
parent 8a34ff2957
commit 414558665f
1 changed files with 5 additions and 5 deletions

View File

@ -25,6 +25,11 @@ $status-margin: 0.75em;
--icon: var(--selectedPostIcon, $fallback--icon);
}
&.-conversation {
border-left-width: 4px;
border-left-style: solid;
}
.gravestone {
padding: $status-margin;
color: $fallback--faint;
@ -36,11 +41,6 @@ $status-margin: 0.75em;
align-items: center;
}
}
&.-conversation {
border-left-width: 4px;
border-left-style: solid;
}
.status-container {
display: flex;