collapse fav/repeat notifications from muted users

This commit is contained in:
taehoon 2019-09-06 11:15:22 -04:00
parent dcef84363f
commit 8618857aa3
3 changed files with 128 additions and 93 deletions

View file

@ -33,7 +33,6 @@
.notification {
box-sizing: border-box;
display: flex;
border-bottom: 1px solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
@ -47,6 +46,10 @@
}
}
.muted {
padding: .25em .6em;
}
.non-mention {
display: flex;
flex: 1;