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

Unminify using 1.5.323

Repo with tag: https://github.com/MediaBrowser/emby-webcomponents/tree/1.5.323
This commit is contained in:
Vasily 2019-01-10 15:39:37 +03:00
parent 4678528d00
commit de6ac33ec1
289 changed files with 78483 additions and 54701 deletions

View file

@ -1,39 +1,26 @@
.upNextDialog {
.upNextDialog {
position: fixed;
left: 0;
bottom: 0;
right: 0;
padding: 1%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
will-change: transform, opacity;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
transition: opacity 300ms ease-out;
background-color: rgba(0, 0, 0, .7);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
background: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
color: #fff;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none
-webkit-touch-callout: none;
}
.upNextDialog-hidden {
opacity: 0
opacity: 0;
}
.upNextDialog-countdownText {
font-weight: 500
font-weight: 500;
}
.upNextDialog-poster {
@ -41,35 +28,32 @@
max-height: 15%;
position: relative;
margin-right: 1em;
-webkit-flex-shrink: 0;
flex-shrink: 0;
margin-bottom: .5em
margin-bottom: .5em;
}
.upNextDialog-button {
background: #404040;
color: #fff
color: #fff;
}
@media all and (orientation:landscape) {
@media all and (orientation: landscape) {
.upNextDialog {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
flex-direction: row;
}
.upNextDialog-poster {
max-width: initial;
max-height: initial;
width: 10%;
margin-bottom: 0
margin-bottom: 0;
}
}
@media all and (max-width:50em) {
@media all and (max-width: 50em) {
.upNextDialog-overview {
display: none !important
display: none !important;
}
}
@ -80,13 +64,12 @@
right: 0;
height: auto;
width: 100%;
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
border: 0;
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none
}
-ms-user-select: none;
}