for webpages, hide the mimetype selector unless in advanced mode. For pages that endless scroll and show blocky-block things, set the default items-per-page to 60. Why? It fits column-widths of 2,3,4,5,6,10,12,15, and 20 without leaving remaindered items dangling at the end. No other setting less than 100 has this much versatility.
This commit is contained in:
@@ -5,7 +5,7 @@ require_once('include/widgets.php');
|
||||
|
||||
|
||||
function directory_init(&$a) {
|
||||
$a->set_pager_itemspage(80);
|
||||
$a->set_pager_itemspage(60);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user