1
0
Fork 0
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:
Luke Pulverenti 2013-04-27 18:52:41 -04:00
parent 56cb3118df
commit cb3107a2b6
23 changed files with 162 additions and 7 deletions

View file

@ -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;
}
}