proper cachin of headTailLinks, show mentions in notificaitons always

This commit is contained in:
Henry Jameson 2021-06-10 13:01:00 +03:00
parent c6c478f4cf
commit 394fd462dc
7 changed files with 25 additions and 19 deletions
src/components/status

View file

@ -217,21 +217,23 @@ $status-margin: 0.75em;
}
}
.reply-to {
& .mentions,
& .reply-to {
position: relative;
}
.reply-to-text {
& .reply-to-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.replies-separator {
.mentions-separator {
margin-left: 0.4em;
}
.replies {
margin-top: 0.25em;
line-height: 18px;
font-size: 12px;
display: flex;