mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-28 06:47:46 +00:00
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:
@@ -1319,7 +1319,7 @@ body {
|
|||||||
|
|
||||||
.layout-tv .detailImageContainer .card {
|
.layout-tv .detailImageContainer .card {
|
||||||
width: 25vw !important;
|
width: 25vw !important;
|
||||||
display: grid !important;
|
display: block !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user