mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 22:51:28 +00:00
3pane tweaks
This commit is contained in:
@@ -3662,7 +3662,7 @@
|
|||||||
|
|
||||||
print "<td class=\"headlineTitle$rtl_cpart\">";
|
print "<td class=\"headlineTitle$rtl_cpart\">";
|
||||||
|
|
||||||
if ($_SESSION["theme"] != "3pane") {
|
print "<span class=\"headlineInnerTitle\">";
|
||||||
|
|
||||||
if ($feed_site_url) {
|
if ($feed_site_url) {
|
||||||
if (!$bottom) {
|
if (!$bottom) {
|
||||||
@@ -3681,7 +3681,8 @@
|
|||||||
if ($user_page_offset > 1) {
|
if ($user_page_offset > 1) {
|
||||||
print " [$user_page_offset] ";
|
print " [$user_page_offset] ";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
print "</span>";
|
||||||
|
|
||||||
if (!$bottom) {
|
if (!$bottom) {
|
||||||
print "
|
print "
|
||||||
|
|||||||
@@ -26,4 +26,6 @@ div.postHeader div.postDateRTL {
|
|||||||
float : none;
|
float : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.headlineInnerTitle {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user