diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index fc6ec12e..73733fb9 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2251,7 +2251,8 @@ a .home-platforms-list-cover-face:hover margin-right: auto; margin-top: 20px; margin-bottom: 20px; - width: 90%; + width: 100%; + max-width: 1750px; overflow: hidden; } .table-card-header { @@ -2263,7 +2264,8 @@ a .home-platforms-list-cover-face:hover margin-right: auto; margin-top: 20px; margin-bottom: -20px; - width: 90%; + width: 100%; + max-width: 1750px; overflow: hidden; } .table-card-back td { @@ -3064,4 +3066,4 @@ a:hover .overlay-refresh-image:hover { } #api_key.form-control[readonly]:focus { background-color: #fff; -} \ No newline at end of file +}