Fix: Poster size in media page in TV layout was too small (#49)
* Fix TV Layout --------- Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
This commit is contained in:
parent
36360df6a7
commit
13ab96d1a8
1 changed files with 4 additions and 0 deletions
|
|
@ -529,6 +529,10 @@ html {
|
|||
width: 23vw !important;
|
||||
}
|
||||
|
||||
.layout-tv .detailImageContainer .card {
|
||||
width: 23vw !important;
|
||||
}
|
||||
|
||||
@media (max-width: 62.5em) {
|
||||
.layout-desktop .itemBackdrop {
|
||||
height: 7em !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue