From 3410f0327a7d989e7092ab11159dc1b8b90b4c4e Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 17:37:14 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index e278aad..dd74b03 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -103,11 +103,12 @@ if (! $shadow) $shadow = '0'; if (! $converse_width) $converse_width = ''; - $converse_widthn = "$converse_width" . "px"; -if (! $converse_widths) +if (! $converse_widths){ $hoge = intval($converse_width); $converse_widths = ($hoge * 2); $converse_widths .= "px"; + $converse_widthn = "$converse_width" . "px"; +} if(! $top_photo) $top_photo = '3rem'; if(! $reply_photo)