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:
rlauuzo
2025-03-30 15:42:19 +02:00
committed by GitHub
parent 36360df6a7
commit 13ab96d1a8

View File

@@ -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;