From 58e670443d3d6da14e6c5a96871c34a78a8ac6ba Mon Sep 17 00:00:00 2001 From: Xus Badia Date: Thu, 13 Oct 2016 11:56:02 +0200 Subject: [PATCH 1/2] Incremented table width to 100% Table width (header and body/back) incremented to 100% but adding max-width so it isn't too wide in wide-screen monitors. --- data/interfaces/default/css/plexpy.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index fc6ec12e..08565f2e 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: 1600px; 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: 1600px; 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 +} From e1112b95c7de3053ade92ed224a3fcec5f134984 Mon Sep 17 00:00:00 2001 From: Xus Badia Date: Fri, 14 Oct 2016 06:11:50 +0200 Subject: [PATCH 2/2] Changed max-width to accommodate wider displays --- data/interfaces/default/css/plexpy.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 08565f2e..73733fb9 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2252,7 +2252,7 @@ a .home-platforms-list-cover-face:hover margin-top: 20px; margin-bottom: 20px; width: 100%; - max-width: 1600px; + max-width: 1750px; overflow: hidden; } .table-card-header { @@ -2265,7 +2265,7 @@ a .home-platforms-list-cover-face:hover margin-top: 20px; margin-bottom: -20px; width: 100%; - max-width: 1600px; + max-width: 1750px; overflow: hidden; } .table-card-back td {