web: styled read thread button

This commit is contained in:
Thomas Mathews 2022-11-18 17:57:32 -08:00 committed by William Casarin
parent 70aab4a27c
commit 52b5dfa3e6
3 changed files with 12 additions and 2 deletions

View file

@ -33,8 +33,9 @@ function render_thread_collapsed(model, ev, opts)
if (opts.is_composing)
return ""
return `<div onclick="expand_thread('${ev.id}')" class="thread-collapsed">
<div class="thread-summary clickable">
More
<div class="thread-summary clickable event-message">
Read More
<img class="icon small" src="icon/read-more.svg"/>
</div>
</div>`
}