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-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": {}, "devDependencies": {},
"ignore": [], "ignore": [],
"version": "1.4.138", "version": "1.4.139",
"_release": "1.4.138", "_release": "1.4.139",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "1.4.138", "tag": "1.4.139",
"commit": "47e65115a8237bac098ba2987c894a16c1ce2744" "commit": "018e5ac964a1ebe99ac21391c9d4a27a47f469e0"
}, },
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0", "_target": "^1.2.0",

View file

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

View file

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

View file

@ -347,10 +347,6 @@ button.cardImageContainer {
background-color: #F57F17; background-color: #F57F17;
} }
.scalableCard.personCard {
width: 14.285714285714285714285714285714%;
}
.scalableCard.backdropCard { .scalableCard.backdropCard {
width: 100%; width: 100%;
} }
@ -579,3 +575,7 @@ button.cardImageContainer {
.layout-tv .scalableCard.portraitCard { .layout-tv .scalableCard.portraitCard {
width: 16.66666666666666667%; 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 { .layout-tv .mdl-slider::-webkit-slider-thumb {
width: 2vh; width: 12px;
height: 2vh; height: 12px;
position: relative;
top: 1px;
} }
.mdl-slider::-moz-range-thumb { .mdl-slider::-moz-range-thumb {
@ -147,21 +149,6 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
background: gray; 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 { .mdl-slider.is-lowest-value::-webkit-slider-thumb {
/*border: 2px solid #52B54B; /*border: 2px solid #52B54B;
background: transparent;*/ background: transparent;*/
@ -329,11 +316,9 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider {
position: absolute; position: absolute;
top: -3.7em; top: -3.7em;
left: 0; left: 0;
padding: .75em; padding: .5em 1em;
background: #3367d6; background: #282828;
color: #fff; color: #fff;
border-radius: 1000px;
font-size: 90%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View file

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