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

3.0.5713.7

This commit is contained in:
Luke Pulverenti 2015-09-01 23:02:44 -04:00
parent 28adb1bc8d
commit 989440bbe8

View file

@ -912,8 +912,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-top: -80px; margin-top: -80px;
} }
.portraitDetailImageContainer + .primaryDetailsContainer {
width: 70%;
}
.detailImageContainer img { .detailImageContainer img {
max-width: 120px; max-width: 140px;
} }
.inlineItemName { .inlineItemName {
@ -935,12 +939,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
@media all and (max-width: 600px) { @media all and (max-width: 600px) {
.detailImageContainer img { .primaryDetailsContainer {
max-width: 100px;
} }
.thumbDetailImageContainer img { .portraitDetailImageContainer + .primaryDetailsContainer {
max-width: 180px; width: 65%;
} }
} }