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

Add api key functions

This commit is contained in:
Luke Pulverenti 2014-07-11 22:31:08 -04:00
parent 5f578574d7
commit 42de7388d0
18 changed files with 288 additions and 108 deletions

View file

@ -13,7 +13,7 @@
}
.backdropPage {
background-color: rgba(15, 15,15, .92)!important;
background-color: rgba(15, 15,15, .94)!important;
}
.backdropContainer {
@ -73,25 +73,32 @@
top: 8px;
}
@media all and (max-width: 800px) {
.hiddenSectionOnMobile {
display: none;
}
}
.firstListHeader + .sectionHeaderButton {
top: 3px;
}
@media all and (min-width: 900px) {
@media all and (min-width: 800px) {
.ehsContent {
width: 880px;
width: 770px;
}
.squareEhsContent {
width: 750px;
width: 760px;
}
}
@media all and (min-width: 1000px) {
.ehsContent {
width: 905px;
width: 900px;
}
.squareEhsContent {
@ -102,33 +109,11 @@
@media all and (min-width: 1200px) {
.ehsContent {
width: 925px;
width: 1000px;
}
.squareEhsContent {
width: 900px;
}
}
@media all and (min-width: 1400px) {
.ehsContent {
width: 1080px;
}
.squareEhsContent {
width: 1220px;
}
}
@media all and (min-width: 1600px) {
.homeEhsContent {
width: 1440px;
}
.squareEhsContent {
width: 1420px;
width: 1000px;
}
}

View file

@ -332,11 +332,11 @@
@media all and (min-width: 540px) {
.backdropPosterItem {
width: 266px;
width: 246px;
}
.backdropPosterItem .posterItemImage {
height: 149.625px;
height: 138.375px;
}
.smallBackdropPosterItem {
@ -362,14 +362,6 @@
@media all and (min-width: 650px) {
.backdropPosterItem {
width: 282px;
}
.backdropPosterItem .posterItemImage {
height: 158.625px;
}
.smallBackdropPosterItem {
width: 190px;
}
@ -415,12 +407,28 @@
min-width: 220px;
}
.backdropPosterItem {
width: 290px;
}
.backdropPosterItem .posterItemImage {
height: 163.125px;
}
.smallBackdropPosterItem {
width: 208px;
width: 290px;
}
.smallBackdropPosterItem .posterItemImage {
height: 117px;
height: 163.125px;
}
.miniBackdropPosterItem {
width: 190px;
}
.miniBackdropPosterItem .posterItemImage {
height: 106.875px;
}
}
@ -445,6 +453,30 @@
.bannerPosterItem .posterItemImage {
height: 92.5px;
}
.backdropPosterItem {
width: 320px;
}
.backdropPosterItem .posterItemImage {
height: 180px;
}
.portraitPosterItem {
width: 156px;
}
.portraitPosterItem .posterItemImage {
height: 234px;
}
.squarePosterItem {
width: 190px;
}
.squarePosterItem .posterItemImage {
height: 190px;
}
}
@media all and (min-width: 1440px) {
@ -454,41 +486,6 @@
/* Specify a min width just in case the container doesn't have a width */
min-width: 220px;
}
.backdropPosterItem {
width: 350px;
}
.backdropPosterItem .posterItemImage {
height: 196.875px;
}
.miniBackdropPosterItem {
width: 180px;
}
.miniBackdropPosterItem .posterItemImage {
height: 101.25px;
}
.squarePosterItem {
width: 192px;
}
.squarePosterItem .posterItemImage {
height: 192px;
}
.portraitPosterItem {
width: 170px;
}
.portraitPosterItem .posterItemImage {
height: 255px;
}
.posterItemText {
}
}