Fix: Posters were not visible on some older TVs

Thanks to @BullenMoore https://github.com/lscambo13/ElegantFin/issues/182#issuecomment-3678911997
This commit is contained in:
lscambo13
2025-12-21 22:14:22 +05:30
parent 1fe65b63e6
commit bf4241a700

View File

@@ -1319,7 +1319,7 @@ body {
.layout-tv .detailImageContainer .card {
width: 25vw !important;
display: grid !important;
display: block !important;
position: fixed !important;
top: 0;
bottom: 0;