feat: highlight message user is actively replying to
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-08-03 20:54:25 +02:00
parent c4a31276be
commit e92e1cde01
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
3 changed files with 16 additions and 0 deletions

View file

@ -284,3 +284,11 @@ function getDayDifference(date1: Date, date2: Date) {
padding-left: 1em;
}
</style>
<style>
.replying-to {
background-color: var(--primary-highlighted-color);
}
</style>