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

sync updates

This commit is contained in:
Luke Pulverenti 2015-02-03 13:14:53 -05:00
parent 4ad1f56376
commit 9f3dd3d2e6
4 changed files with 67 additions and 5 deletions

View file

@ -383,7 +383,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.noBackdrop {
height: 260px;
height: 220px;
}
.noBackdrop .itemBackdropContent {
@ -513,7 +513,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.portraitDetailImageContainer img {
max-width: 220px;
max-width: 185px;
}
.lastDetailContentEffectedByImage.detailContentEffectedByPortraitImage {
@ -537,6 +537,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
padding: 0 1em;
}
.portraitDetailImageContainer img {
max-height: 120px;
}
.lastDetailContentEffectedByImage.detailContentEffectedByPortraitImage {
min-height: initial;
}