From bce965b4024009fb849080be3931aa5bd8df6a1f Mon Sep 17 00:00:00 2001 From: Xus Badia Date: Sun, 18 Sep 2016 07:41:58 +0200 Subject: [PATCH] Fix for iPhone 6/7 Plus Changed the max-device-width from 400px to 450px so it adjusts to the iPhone 6/7 Plus screen and doesn't leave a gap on the right of the screen. --- data/interfaces/default/css/plexpy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index c608ebf9..9a18c04a 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2662,7 +2662,7 @@ a .home-platforms-list-cover-face:hover @media only screen and (min-device-width: 300px) - and (max-device-width: 400px) { + and (max-device-width: 450px) { .home-platforms-instance { width: calc(100% - 20px); }