From d67455d3038bbdb5c5983fdf601d7e18d025ed51 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 15:04:43 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index fcbf3bc..931190e 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -104,7 +104,7 @@ if (! $shadow) if (! $converse_width) $converse_width = ''; if (! $converse_widths) - $converse_widths = $converse_width + $converse_width; + $converse_widths = ($converse_widths * 2); if(! $top_photo) $top_photo = '3rem'; if(! $reply_photo)