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:
@@ -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
|
||||
|
Reference in New Issue
Block a user