mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
refactor(Library): remove pagination input for single page
This commit is contained in:
parent
7743d01197
commit
85ce566642
2 changed files with 1 additions and 15 deletions
|
|
@ -61,7 +61,7 @@ const Library = ({ model, urlParams, queryParams }) => {
|
|||
paginationInput !== null ?
|
||||
<PaginationInput {...paginationInput} className={styles['pagination-input']} />
|
||||
:
|
||||
<PaginationInput label={'1'} className={classnames(styles['pagination-input'], styles['pagination-input-placeholder'])} />
|
||||
null
|
||||
}
|
||||
<Button className={styles['filter-container']} title={'All filters'} onClick={openInputsModal}>
|
||||
<Icon className={styles['filter-icon']} name={'filters'} />
|
||||
|
|
|
|||
|
|
@ -81,20 +81,6 @@
|
|||
height: 3rem;
|
||||
margin-left: 1.5rem;
|
||||
|
||||
&.pagination-input-placeholder {
|
||||
pointer-events: none;
|
||||
|
||||
.pagination-prev-button-container, .pagination-next-button-container {
|
||||
.pagination-button-icon {
|
||||
color: var(--overlay-color);
|
||||
}
|
||||
}
|
||||
|
||||
.pagination-label {
|
||||
color: var(--overlay-color);
|
||||
}
|
||||
}
|
||||
|
||||
.pagination-prev-button-container, .pagination-next-button-container {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue