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)