From 915f715111b9b086c1b4b1fbdacc629fac205948 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 9 Feb 2018 08:02:33 +0100 Subject: Increase VN page staff/cast cutoff thing to 200px https://vndb.org/t950.410 --- lib/VNDB/Handler/VNPage.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/VNDB') diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm index 44771c7c..51f5c6b2 100644 --- a/lib/VNDB/Handler/VNPage.pm +++ b/lib/VNDB/Handler/VNPage.pm @@ -983,7 +983,7 @@ sub _charsum { } } - div class => 'mainbox charsum summarize'; + div class => 'mainbox charsum summarize', 'data-summarize-height' => 200; $self->charOps(0) if $has_spoilers; h1 'Character summary'; div class => 'charsum_list'; @@ -1016,7 +1016,7 @@ sub _staff { my ($self, $v) = @_; return if !@{$v->{credits}}; - div class => 'mainbox staff summarize', 'data-summarize-height' => 100, id => 'staff'; + div class => 'mainbox staff summarize', 'data-summarize-height' => 200, id => 'staff'; h1 'Staff'; for my $r (keys %{$self->{staff_roles}}) { my @s = grep $_->{role} eq $r, @{$v->{credits}}; -- cgit v1.2.3