From 5530e87a737c5162c9725c9b3492630b3606d786 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 2 Aug 2015 20:33:45 +0200 Subject: [PATCH] Maxwidth fix on activity. --- data/interfaces/default/css/plexpy.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index dcecb173..cbf5c809 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -351,7 +351,7 @@ input[type="color"], } .dashboard-activity-poster-face { height: 141px; - max-width: 250px; + width: 250px; position: relative; top: 0px; background-color: rgba(255,255,255,.03); @@ -363,6 +363,7 @@ input[type="color"], overflow: hidden; height: 140px; min-width: 140px; + max-width: 250px; } .dashboard-activity-poster-music-bg { background-position: center;