mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 19:11:34 +00:00
misc combined mode layout fixes
This commit is contained in:
@@ -79,7 +79,11 @@
|
||||
</td></tr>
|
||||
<? } ?>
|
||||
<tr>
|
||||
<td valign="top" rowspan="3" class="feeds">
|
||||
<? if (get_pref($link, 'COMBINED_DISPLAY_MODE'))
|
||||
$feeds_rowspan = 2;
|
||||
else
|
||||
$feeds_rowspan = 3; ?>
|
||||
<td valign="top" rowspan="<?= $feeds_rowspan ?>" class="feeds">
|
||||
<table class="innerFeedTable"
|
||||
cellspacing="0" cellpadding="0" height="100%" width="100%">
|
||||
<tr><td>
|
||||
|
||||
Reference in New Issue
Block a user