Add DM conversations mode similar to upstream

This commit is contained in:
Thibaut Girka
2019-06-09 12:07:23 +02:00
committed by ThibG
parent e16c8fbc7a
commit d61a6271c6
20 changed files with 704 additions and 69 deletions

View File

@@ -287,8 +287,12 @@
text-overflow: ellipsis;
white-space: nowrap;
a {
color: inherit;
text-decoration: inherit;
}
strong {
display: block;
height: 18px;
font-size: 16px;
font-weight: 500;
@@ -308,7 +312,7 @@
white-space: nowrap;
}
&:hover {
> a:hover {
strong {
text-decoration: underline;
}