increase media per page, tweak pagination button layout

This commit is contained in:
meeb 2021-02-18 19:21:41 +11:00
parent 799c0fce39
commit df35aa2a5f
2 changed files with 5 additions and 3 deletions

View File

@ -181,8 +181,10 @@ main {
display: inline-block; display: inline-block;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
padding: 5px 10px 5px 10px; padding: 5px 8px 4px 8px;
margin: 0 3px 0 3px; margin: 0 3px 6px 3px;
min-width: 40px;
min-height: 40px;
background-color: $pagination-background-colour; background-color: $pagination-background-colour;
color: $pagination-text-colour; color: $pagination-text-colour;
border: 2px $pagination-border-colour solid; border: 2px $pagination-border-colour solid;

View File

@ -131,7 +131,7 @@ COMPLETED_TASKS_DAYS_TO_KEEP = 7 # Number of days to keep completed t
SOURCES_PER_PAGE = 100 SOURCES_PER_PAGE = 100
MEDIA_PER_PAGE = 72 MEDIA_PER_PAGE = 144
TASKS_PER_PAGE = 100 TASKS_PER_PAGE = 100