update components

This commit is contained in:
Luke Pulverenti 2016-07-31 13:58:06 -04:00
parent c74ba9980b
commit 862871630a
6 changed files with 23 additions and 38 deletions

View File

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.138",
"_release": "1.4.138",
"version": "1.4.139",
"_release": "1.4.139",
"_resolution": {
"type": "version",
"tag": "1.4.138",
"commit": "47e65115a8237bac098ba2987c894a16c1ce2744"
"tag": "1.4.139",
"commit": "018e5ac964a1ebe99ac21391c9d4a27a47f469e0"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View File

@ -50,11 +50,6 @@ button.actionSheetMenuItem {
display: inline-block;
}
.layout-tv button.actionSheetMenuItem {
padding-top: .16em;
padding-bottom: .16em;
}
.actionSheetItemIcon {
margin-right: 1.5em !important;
}
@ -68,7 +63,7 @@ button.actionSheetMenuItem {
}
.layout-tv .actionSheetScroller {
max-height: 60%;
max-height: 64%;
max-width: 60%;
width: auto;
}

View File

@ -286,6 +286,11 @@ define(['browser'], function (browser) {
hlsVideoAudioCodecs.push('mp3');
}
if (isEdgeUniversal()) {
videoAudioCodecs.push('dca');
videoAudioCodecs.push('truehd');
}
if (canPlayH264()) {
profile.DirectPlayProfiles.push({
Container: 'mp4,m4v',

View File

@ -347,10 +347,6 @@ button.cardImageContainer {
background-color: #F57F17;
}
.scalableCard.personCard {
width: 14.285714285714285714285714285714%;
}
.scalableCard.backdropCard {
width: 100%;
}
@ -579,3 +575,7 @@ button.cardImageContainer {
.layout-tv .scalableCard.portraitCard {
width: 16.66666666666666667%;
}
.layout-tv .scalableCard.personCard {
width: 14.285714285714285714285714285714%;
}

View File

@ -94,8 +94,10 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
}
.layout-tv .mdl-slider::-webkit-slider-thumb {
width: 2vh;
height: 2vh;
width: 12px;
height: 12px;
position: relative;
top: 1px;
}
.mdl-slider::-moz-range-thumb {
@ -147,21 +149,6 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
background: gray;
}
.layout-tv .mdl-slider::-ms-thumb {
width: 2vh;
height: 2vh;
}
.layout-tv .mdl-slider::-webkit-slider-thumb {
width: 0;
height: 0;
}
.layout-tv .mdl-slider:hover::-webkit-slider-thumb {
width: 16px;
height: 16px;
}
.mdl-slider.is-lowest-value::-webkit-slider-thumb {
/*border: 2px solid #52B54B;
background: transparent;*/
@ -329,11 +316,9 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
position: absolute;
top: -3.7em;
left: 0;
padding: .75em;
background: #3367d6;
padding: .5em 1em;
background: #282828;
color: #fff;
border-radius: 1000px;
font-size: 90%;
display: flex;
align-items: center;
justify-content: center;

View File

@ -31,14 +31,14 @@
"web-component-tester": "*"
},
"private": true,
"homepage": "https://github.com/Polymer/polymer",
"homepage": "https://github.com/polymer/polymer",
"_release": "1.6.0",
"_resolution": {
"type": "version",
"tag": "v1.6.0",
"commit": "8715c83bf04a228de00ec662ed43eb6141e61b91"
},
"_source": "git://github.com/Polymer/polymer.git",
"_source": "git://github.com/polymer/polymer.git",
"_target": "^1.1.0",
"_originalSource": "Polymer/polymer"
"_originalSource": "polymer/polymer"
}