1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

feat: improved page navigation for users list (#3741)

* feat: add first and last page buttons

* feat: add textbox-based page navigation

* feat: add query parameter page navigation
This commit is contained in:
David Wheatley
2023-02-21 13:04:30 +00:00
committed by GitHub
parent 0da069ba9f
commit 408a92b4ea
3 changed files with 117 additions and 8 deletions

View File

@@ -69,11 +69,24 @@
}
&-gridPagination {
display: flex;
display: grid;
grid-template-columns: auto auto 1fr auto auto;
gap: 8px;
align-items: center;
justify-content: space-between;
justify-content: center;
margin-top: 16px;
}
&-pageNumber {
text-align: center;
}
&-pageNumberInput {
display: inline-block;
margin: 0 8px;
width: auto;
max-width: 80px;
}
}
// Handles styling of default UserList columns