This commit is contained in:
harukin 2018-11-23 17:37:14 +09:00
parent 19e81935b0
commit 3410f0327a

View File

@ -103,11 +103,12 @@ if (! $shadow)
$shadow = '0'; $shadow = '0';
if (! $converse_width) if (! $converse_width)
$converse_width = ''; $converse_width = '';
$converse_widthn = "$converse_width" . "px"; if (! $converse_widths){
if (! $converse_widths)
$hoge = intval($converse_width); $hoge = intval($converse_width);
$converse_widths = ($hoge * 2); $converse_widths = ($hoge * 2);
$converse_widths .= "px"; $converse_widths .= "px";
$converse_widthn = "$converse_width" . "px";
}
if(! $top_photo) if(! $top_photo)
$top_photo = '3rem'; $top_photo = '3rem';
if(! $reply_photo) if(! $reply_photo)