The sacrifice in vertical space might be worth it to improve ease-of-reading, as it's unreasonable to expect an entire message thread to be able to fit into a single window.
https://public-inbox.org/git/[email protected]/ Cc: Jeff King <[email protected]> --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index db0cdc0..e150a01 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -180,7 +180,7 @@ sub index_entry { $rv .= " <a\nhref=#r$id>$ctx->{s_nr}</a>"; } - $rv .= $more ? "\n\n" : "\n"; + $rv .= $more ? '</pre><hr><pre>' : '</pre>'; } sub pad_link ($$;$) { -- EW -- unsubscribe: [email protected] archive: https://public-inbox.org/meta/
