From 58e670443d3d6da14e6c5a96871c34a78a8ac6ba Mon Sep 17 00:00:00 2001 From: Xus Badia Date: Thu, 13 Oct 2016 11:56:02 +0200 Subject: [PATCH] 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 +}