more broken reply improvements

This commit is contained in:
Henry Jameson 2020-08-04 19:41:03 +03:00
commit 0feab1d97c
2 changed files with 14 additions and 5 deletions

View file

@ -154,6 +154,19 @@ $status-margin: 0.75em;
// override default
text-decoration: none;
}
&.-strikethrough {
position: relative;
&::after {
content: '';
display: block;
position: absolute;
top: 50%;
width: 100%;
border-bottom: 1px solid var(--faint);
}
}
}
.reply-to {
@ -165,10 +178,6 @@ $status-margin: 0.75em;
text-overflow: ellipsis;
white-space: nowrap;
margin-left: 0.2em;
&.-strikethrough {
text-decoration: line-through;
}
}
.replies-separator {