mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework web client poster sizes
This commit is contained in:
parent
06b94d4eb5
commit
c38c8601c0
2 changed files with 10 additions and 13 deletions
|
@ -789,9 +789,6 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
.ehsContent {
|
||||
max-width: 1540px;
|
||||
}
|
||||
}
|
||||
|
||||
.detailPageParentLink {
|
||||
|
|
|
@ -320,19 +320,19 @@
|
|||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.squarePosterItem {
|
||||
width: 204px;
|
||||
}
|
||||
|
||||
.squarePosterItem .posterItemImage {
|
||||
height: 204px;
|
||||
}
|
||||
|
||||
.portraitPosterItem {
|
||||
width: 164px;
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.portraitPosterItem .posterItemImage {
|
||||
height: 246px;
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.squarePosterItem {
|
||||
width: 184px;
|
||||
}
|
||||
|
||||
.squarePosterItem .posterItemImage {
|
||||
height: 184px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue