mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
headlines: tweak display of content preview
This commit is contained in:
@@ -1168,7 +1168,7 @@
|
||||
|
||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
||||
$content_preview = truncate_string(strip_tags($line["content_preview"]),
|
||||
60);
|
||||
200);
|
||||
}
|
||||
|
||||
if ($omode != "xml") {
|
||||
@@ -1190,7 +1190,7 @@
|
||||
print "<td class='hlFeed'>
|
||||
<a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a> </td>";
|
||||
} else {
|
||||
print "<td class='hlContent'>";
|
||||
print "<td class='hlContent' valign='middle'>";
|
||||
|
||||
print "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||
$line["title"];
|
||||
|
||||
@@ -795,4 +795,8 @@ div.postHeader td.postDate {
|
||||
display : none;
|
||||
}
|
||||
|
||||
|
||||
td.hlContent {
|
||||
overflow : hidden;
|
||||
height : 1em;
|
||||
display : block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user