Add pagination to cell and mod lists
Speeds up showing and hiding of the sidebar.
This commit is contained in:
@@ -48,3 +48,27 @@
|
||||
.filter {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.pagination li {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.pagination li a {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.active-page a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -107,3 +107,27 @@
|
||||
.desc {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.pagination {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.pagination li {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.pagination li a {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.active-page a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user