From 9eddfafeae1a4ee049abc66200bedcfc12ba61d9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 19 Feb 2018 10:05:19 -0800 Subject: [PATCH] Correct poster height on the watch statistic cards --- data/interfaces/default/home_stats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index 1cc8a463..81be53df 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -88,11 +88,11 @@ DOCUMENTATION :: END % if stat_id in ('top_music', 'popular_music'):
% endif - <% type = 'cover' if stat_id in ('top_music', 'popular_music') else 'poster' %> + <% height, type = ('300', 'cover') if stat_id in ('top_music', 'popular_music') else ('450', 'poster') %> <% href = 'info?rating_key={}'.format(row0['rating_key']) if row0['rating_key'] else '#' %> % if row0['thumb']: -
+
% else:
% endif