client/settings: increase default post count to 42

Since on big resolutions the posts use 7 columns, it makes sense to use
a multiple of that.
This commit is contained in:
rr- 2016-08-27 16:16:50 +02:00
parent 473f2a4ddc
commit 702ec3e6fe

View file

@ -14,7 +14,7 @@ const defaultSettings = {
transparencyGrid: true,
fitMode: 'fit-both',
tagSuggestions: true,
postsPerPage: 40,
postsPerPage: 42,
};
class Settings extends events.EventTarget {