mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added page size selection
This commit is contained in:
parent
56cb3118df
commit
cb3107a2b6
23 changed files with 162 additions and 7 deletions
|
@ -56,6 +56,14 @@
|
|||
margin: .5em 0 .25em;
|
||||
}
|
||||
|
||||
.labelPageSize {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.labelPageSize, .selectPageSize {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.libraryPage .ui-content {
|
||||
padding: 10px 20px 100px;
|
||||
|
@ -68,6 +76,10 @@
|
|||
.viewControls + .listTopPaging {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.labelPageSize, .selectPageSize {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
|
@ -538,4 +550,4 @@
|
|||
|
||||
.itemsContainer {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue