This commit is contained in:
harukin 2018-11-23 15:04:43 +09:00
parent a04ec6f847
commit d67455d303

View File

@ -104,7 +104,7 @@ if (! $shadow)
if (! $converse_width) if (! $converse_width)
$converse_width = ''; $converse_width = '';
if (! $converse_widths) if (! $converse_widths)
$converse_widths = $converse_width + $converse_width; $converse_widths = ($converse_widths * 2);
if(! $top_photo) if(! $top_photo)
$top_photo = '3rem'; $top_photo = '3rem';
if(! $reply_photo) if(! $reply_photo)