ssb: More experimenting with the unread status strategy.

This commit is contained in:
2024-12-26 19:36:04 -05:00
parent 855f5f7af4
commit 8f51eb63b0
3 changed files with 3 additions and 2 deletions

View File

@ -210,7 +210,7 @@ class TfNewsElement extends LitElement {
channel=${this.channel}
channel_unread=${this.channel_unread}
></tf-message>
${x.rowid == unread_rowid && x != final_messages[0]
${x.rowid == unread_rowid
? html`<div style="display: flex; flex-direction: row">
<div
style="border-bottom: 1px solid #f00; flex: 1; align-self: center; height: 1px"