mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
e0dd826c9b
commit
92bca2bd40
4 changed files with 8 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
}
|
||||
|
||||
.layout-tv .actionSheetMenuItem {
|
||||
padding-top: .6em;
|
||||
padding-bottom: .6em;
|
||||
padding-top: .2em;
|
||||
padding-bottom: .2em;
|
||||
}
|
||||
|
||||
.actionSheetItemIcon {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -34,6 +34,6 @@
|
|||
"commit": "11c987b2eb3c73b388a79fc8aaea8ca01624f514"
|
||||
},
|
||||
"_source": "git://github.com/Polymer/polymer.git",
|
||||
"_target": "^1.1.0",
|
||||
"_target": "^1.0.0",
|
||||
"_originalSource": "Polymer/polymer"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue