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:
parent
fc9519999d
commit
03ca18cf4f
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
max-width: 200px;
|
max-width: 170px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
|
|
|
@ -1498,7 +1498,7 @@ var AppInfo = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!AppInfo.hasLowImageBandwidth || !isCordova) {
|
if (!AppInfo.hasLowImageBandwidth) {
|
||||||
AppInfo.enableLatestChannelItems = true;
|
AppInfo.enableLatestChannelItems = true;
|
||||||
AppInfo.enableStudioTabs = true;
|
AppInfo.enableStudioTabs = true;
|
||||||
AppInfo.enablePeopleTabs = true;
|
AppInfo.enablePeopleTabs = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue