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:
parent
28adb1bc8d
commit
989440bbe8
1 changed files with 8 additions and 5 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue