mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
make pagination more compact and centered
This commit is contained in:
parent
9acd2963f7
commit
8490e6d45c
@ -89,10 +89,10 @@
|
||||
>
|
||||
«
|
||||
</button>
|
||||
<span class="page-info">
|
||||
Page {currentPage} of {totalPages}
|
||||
<div class="page-info">
|
||||
<span>Page {currentPage} of {totalPages}</span>
|
||||
<span class="results-info">({totalResults} processes)</span>
|
||||
</span>
|
||||
</div>
|
||||
<button
|
||||
class="btn-page"
|
||||
disabled={currentPage === totalPages}
|
||||
@ -109,6 +109,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toolbar-spacer"></div>
|
||||
|
||||
<div class="column-toggle">
|
||||
<button
|
||||
@ -297,8 +298,13 @@
|
||||
font-size: 12px;
|
||||
color: var(--subtext0);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.page-info span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.results-info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user