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

3.0.5607.0

This commit is contained in:
Luke Pulverenti 2015-05-08 15:44:13 -04:00
parent fc9519999d
commit 03ca18cf4f
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
vertical-align: middle;
text-align: left;
font-size: 15px;
max-width: 200px;
max-width: 170px;
}
@media (min-width: 800px) {

View file

@ -1498,7 +1498,7 @@ var AppInfo = {};
}
}
if (!AppInfo.hasLowImageBandwidth || !isCordova) {
if (!AppInfo.hasLowImageBandwidth) {
AppInfo.enableLatestChannelItems = true;
AppInfo.enableStudioTabs = true;
AppInfo.enablePeopleTabs = true;