From bd7be38da5fea67d2302693e28a4c070cdad8f4b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 25 Mar 2014 21:13:04 -0700 Subject: improve scannability of content with per-item bottom border, but lighten the per-item borders considerably so it isn't in your face. This is an experiment based on sound principles, but I'm not a UI expert. If this uglifies it too much - please revert. --- view/tpl/conv_item.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/tpl/conv_item.tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index dcf82e765..31e3cad85 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -109,10 +109,11 @@ {{/foreach}} {{/if}} +{{if $item.comment}}
{{$item.comment}}
- +{{/if}} {{if $item.comment_lastcollapsed}}{{/if}} -- cgit v1.2.3