1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update tabs

This commit is contained in:
Luke Pulverenti 2016-09-01 12:36:11 -04:00
parent 23f753f239
commit a0fac36101
13 changed files with 81 additions and 81 deletions

View file

@ -347,7 +347,8 @@
lazy: true,
context: 'home',
centerText: true,
overlayPlayButton: true
overlayPlayButton: true,
allowBottomPadding: !enableScrollX()
});
html += '</div>';
}
@ -390,7 +391,8 @@
showChildCountIndicator: true,
lazy: true,
context: 'home',
overlayPlayButton: true
overlayPlayButton: true,
allowBottomPadding: !enableScrollX()
});
html += '</div>';
}
@ -451,14 +453,12 @@
if (items.length) {
var screenWidth = dom.getWindowSize().innerWidth;
html += '<div>';
html += '<h1 class="listHeader">' + Globalize.translate('HeaderMyMedia') + '</h1>';
html += '</div>';
var scrollX = enableScrollX() && browserInfo.safari && screenWidth > 800;
var scrollX = enableScrollX() && dom.getWindowSize().innerWidth >= 640;
if (scrollX) {
html += '<div is="emby-itemscontainer" class="hiddenScrollX itemsContainer">';
@ -472,7 +472,8 @@
centerText: true,
lazy: true,
autoThumb: true,
transition: false
transition: false,
allowBottomPadding: !enableScrollX()
});
html += '</div>';
}
@ -535,7 +536,8 @@
showDetailsMenu: true,
overlayPlayButton: true,
context: 'home',
centerText: true
centerText: true,
allowBottomPadding: !enableScrollX()
});
html += '</div>';
}
@ -578,7 +580,8 @@
lazy: true,
overlayPlayButton: true,
context: 'home',
centerText: true
centerText: true,
allowBottomPadding: !enableScrollX()
});
html += '</div>';
}
@ -705,7 +708,9 @@
lazy: true,
showDetailsMenu: true,
centerText: true,
overlayPlayButton: true
overlayPlayButton: true,
allowBottomPadding: !enableScrollX()
});
html += '</div>';