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

update hls

This commit is contained in:
Luke Pulverenti 2015-08-28 20:50:39 -04:00
parent 0e1df8a39d
commit 2a830d2a3d
10 changed files with 35 additions and 21 deletions

View file

@ -662,17 +662,24 @@
}
}
@media all and (min-width: 1100px) {
@media all and (min-width: 800px) {
.homePageSmallBackdropCard {
width: 20%;
}
}
@media all and (min-width: 1100px) {
.homePageSmallBackdropCard {
width: 16.66666666666667%;
}
}
@media all and (min-width: 1440px) {
.homePageSmallBackdropCard {
width: 14.285714285714285714285714285714%;
width: 12.5%;
}
}

View file

@ -208,9 +208,9 @@
@media all and (max-width: 1400px), all and (max-height: 900px) {
/*#mediaPlayer .nowPlayingInfo {
.mediaButton.infoButton {
display: none !important;
}*/
}
}
@media all and (max-width: 555px) {