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

update image magick sharp

This commit is contained in:
Luke Pulverenti 2015-03-02 00:16:29 -05:00
parent 88698139ff
commit 35bc1c89ac
12 changed files with 308 additions and 28 deletions

View file

@ -524,3 +524,37 @@
width: 12.5%;
}
}
/** horizontalBackdropCard */
.horizontalBackdropCard .cardPadder {
padding-bottom: 56.25%;
}
.horizontalBackdropCard {
width: 75%;
}
@media all and (min-width: 500px) {
.horizontalBackdropCard {
width: 50%;
}
}
@media all and (min-width: 800px) {
.horizontalBackdropCard {
width: 31%;
}
}
.horizontalBackdropCard .cardImage {
border-radius: 4px;
}
.horizontalBackdropCard .cardBox {
margin: 2px !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

View file

@ -1447,4 +1447,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.smallDetailImageContainer {
padding-left: 1em;
}
}
}

View file

@ -268,6 +268,7 @@ h1 .imageLink {
border: 0;
padding: 0;
cursor: pointer;
outline: none;
}
.imageButton:hover {