mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
progress on movies home page
This commit is contained in:
parent
89472754ad
commit
ae312524dd
7 changed files with 103 additions and 45 deletions
|
@ -424,7 +424,7 @@ form, .readOnlyContent {
|
|||
|
||||
.posterViewItem img {
|
||||
max-width: 155px;
|
||||
max-height: 148px;
|
||||
max-height: 125px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
@ -486,7 +486,7 @@ form, .readOnlyContent {
|
|||
|
||||
.posterViewItem img {
|
||||
max-width: 190px;
|
||||
max-height: 190px;
|
||||
max-height: 160px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -494,7 +494,7 @@ form, .readOnlyContent {
|
|||
|
||||
.posterViewItem img {
|
||||
max-width: 250px;
|
||||
max-height: 250px;
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -519,7 +519,7 @@ form, .readOnlyContent {
|
|||
|
||||
.posterViewItem img {
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
max-height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue