mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 10:21:28 +00:00
tweak headlines layout to prevent long date clipping
This commit is contained in:
@@ -5211,8 +5211,9 @@
|
|||||||
|
|
||||||
$reply['content'] .= "</div>";
|
$reply['content'] .= "</div>";
|
||||||
|
|
||||||
$reply['content'] .= "<div class=\"hlRight\">";
|
|
||||||
$reply['content'] .= "<span class=\"hlUpdated\">$updated_fmt</span>";
|
$reply['content'] .= "<span class=\"hlUpdated\">$updated_fmt</span>";
|
||||||
|
$reply['content'] .= "<div class=\"hlRight\">";
|
||||||
|
|
||||||
$reply['content'] .= $score_pic;
|
$reply['content'] .= $score_pic;
|
||||||
|
|
||||||
if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
||||||
|
|||||||
10
tt-rss.css
10
tt-rss.css
@@ -1289,8 +1289,14 @@ div.hlRight img {
|
|||||||
span.hlUpdated {
|
span.hlUpdated {
|
||||||
color : gray;
|
color : gray;
|
||||||
font-weight : medium;
|
font-weight : medium;
|
||||||
width : 100px;
|
min-width : 100px;
|
||||||
display : inline-block;
|
display : table-cell;
|
||||||
|
width : 100%;
|
||||||
|
vertical-align : middle;
|
||||||
|
padding-top : 4px;
|
||||||
|
padding-bottom : 4px;
|
||||||
|
text-align : right;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.hlLeft input {
|
div.hlLeft input {
|
||||||
|
|||||||
Reference in New Issue
Block a user