From e6bd71a3590825cec535a1cfaf817103266ddc42 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 10 Mar 2016 15:36:18 +0000 Subject: [PATCH] Fixed the 'responsive' issue for the search and requests pages #3 --- PlexRequests.UI/Views/Requests/Index.cshtml | 4 ++-- PlexRequests.UI/Views/Search/Index.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlexRequests.UI/Views/Requests/Index.cshtml b/PlexRequests.UI/Views/Requests/Index.cshtml index 26fe4de0f..f2bce55b3 100644 --- a/PlexRequests.UI/Views/Requests/Index.cshtml +++ b/PlexRequests.UI/Views/Requests/Index.cshtml @@ -55,12 +55,12 @@
{{#if_eq type "movie"}} {{#if posterPath}} - poster + poster {{/if}} {{/if_eq}} {{#if_eq type "tv"}} {{#if posterPath}} - poster + poster {{/if}} {{/if_eq}}
diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index b77989a9d..15adaac49 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -64,12 +64,12 @@ {{#if_eq type "movie"}} {{#if posterPath}} - poster + poster {{/if}} {{/if_eq}} {{#if_eq type "tv"}} {{#if posterPath}} - poster + poster {{/if}} {{/if_eq}}