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

update css reference

This commit is contained in:
Luke Pulverenti 2015-11-22 16:14:24 -05:00
parent e92784271b
commit 63aaf8def0
4 changed files with 9 additions and 5 deletions

View file

@ -39,6 +39,6 @@
"commit": "cec8e49744a1e18b14a711eea77e201bb70de544"
},
"_source": "git://github.com/desandro/doc-ready.git",
"_target": "~1.0.4",
"_target": "1.0.x",
"_originalSource": "doc-ready"
}

View file

@ -26,14 +26,14 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"main": "iron-meta.html",
"homepage": "https://github.com/PolymerElements/iron-meta",
"homepage": "https://github.com/polymerelements/iron-meta",
"_release": "1.1.1",
"_resolution": {
"type": "version",
"tag": "v1.1.1",
"commit": "e171ee234b482219c9514e6f9551df48ef48bd9f"
},
"_source": "git://github.com/PolymerElements/iron-meta.git",
"_source": "git://github.com/polymerelements/iron-meta.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-meta"
"_originalSource": "polymerelements/iron-meta"
}

View file

@ -1455,6 +1455,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
padding-right: .7em;
}
.itemsListview.paperList {
text-align: left;
}
.itemsListview paper-item-body {
min-height: 0 !important;
}

View file

@ -1990,7 +1990,7 @@ var AppInfo = {};
// Do these now to prevent a flash of content
if (AppInfo.isNativeApp) {
if ($.browser.android) {
Dashboard.importCss('devices/android.css');
Dashboard.importCss('devices/android/android.css');
} else if ($.browser.safari) {
Dashboard.importCss('devices/ios/ios.css');
}