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

update components

This commit is contained in:
Luke Pulverenti 2016-05-06 10:11:15 -04:00
parent e0dd826c9b
commit 92bca2bd40
4 changed files with 8 additions and 7 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.2.61",
"_release": "1.2.61",
"version": "1.2.62",
"_release": "1.2.62",
"_resolution": {
"type": "version",
"tag": "1.2.61",
"commit": "d28f24510d524454f235f9f83979639e8b0913d6"
"tag": "1.2.62",
"commit": "33db92857995b9f96342d5b966d1ad5df27ed278"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -61,8 +61,8 @@
}
.layout-tv .actionSheetMenuItem {
padding-top: .6em;
padding-bottom: .6em;
padding-top: .2em;
padding-bottom: .2em;
}
.actionSheetItemIcon {

View file

@ -134,6 +134,7 @@
if (timeLower.indexOf('am') != -1 || timeLower.indexOf('pm') != -1) {
time = timeLower;
var hour = date.getHours() % 12;
var suffix = date.getHours() > 11 ? 'pm' : 'am';
if (!hour) {

View file

@ -34,6 +34,6 @@
"commit": "11c987b2eb3c73b388a79fc8aaea8ca01624f514"
},
"_source": "git://github.com/Polymer/polymer.git",
"_target": "^1.1.0",
"_target": "^1.0.0",
"_originalSource": "Polymer/polymer"
}