プロフ画像の影関連

This commit is contained in:
Your Name 2018-10-27 13:34:21 +09:00
parent 814e6f1ab4
commit 66224ae564

View File

@ -103,10 +103,11 @@ if (! $shadow)
if (! $converse_width) if (! $converse_width)
$converse_width = '790'; $converse_width = '790';
if(! $top_photo) if(! $top_photo)
$top_photo = '3px'; $top_photo = '3rem';
if(! $reply_photo) if(! $reply_photo)
$reply_photo = '3px'; $reply_photo = '2.3rem';
if(! $shadowpx)
$shadowpx = '3px';
// Apply the settings // Apply the settings
if(file_exists('view/theme/plusfuture/css/style.css')) { if(file_exists('view/theme/plusfuture/css/style.css')) {