feat: highlight message user is actively replying to
This commit is contained in:
parent
c4a31276be
commit
e92e1cde01
3 changed files with 16 additions and 0 deletions
|
@ -284,3 +284,11 @@ function getDayDifference(date1: Date, date2: Date) {
|
|||
padding-left: 1em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
|
||||
.replying-to {
|
||||
background-color: var(--primary-highlighted-color);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue