forked from Cavemanon/cavepaintings
make sure prev/next links aren't clipped outside the box
This commit is contained in:
@@ -21,6 +21,7 @@ class PoolsTheme extends Themelet {
|
|||||||
$navlinks .= '<a href="'.make_link('post/view/'.$pool['nav']['next']).'" class="pools_next_img">Next</a>';
|
$navlinks .= '<a href="'.make_link('post/view/'.$pool['nav']['next']).'" class="pools_next_img">Next</a>';
|
||||||
}
|
}
|
||||||
if(!empty($navlinks)){
|
if(!empty($navlinks)){
|
||||||
|
$navlinks .= "<div style='height: 5px'></div>";
|
||||||
$linksPools[] = $navlinks;
|
$linksPools[] = $navlinks;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user