Receive support for DOE messages

This commit is contained in:
Ken Powers 2020-04-29 17:24:12 -04:00 committed by Scott Nonnenberg
parent b8a674bbb6
commit ba5e2ff6e5
17 changed files with 291 additions and 42 deletions

View file

@ -3396,9 +3396,12 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
}
}
.module-conversation-list-item__message__draft-prefix {
font-style: italic;
margin-right: 3px;
.module-conversation-list-item__message {
&__draft-prefix,
&__deleted-for-everyone {
font-style: italic;
margin-right: 3px;
}
}
.module-conversation-list-item__message__status-icon {
@ -7869,6 +7872,10 @@ button.module-image__border-overlay:focus {
&--with-reactions {
margin-bottom: 12px;
}
&--deleted-for-everyone {
font-style: italic;
}
}
/* Spec: container > 438px and container < 593px */