プロフィール画像の影調整

This commit is contained in:
Your Name 2018-10-27 13:28:39 +09:00
parent 6dfbf18b44
commit 814e6f1ab4

View File

@ -103,9 +103,9 @@ if (! $shadow)
if (! $converse_width) if (! $converse_width)
$converse_width = '790'; $converse_width = '790';
if(! $top_photo) if(! $top_photo)
$top_photo = '2.3rem'; $top_photo = '3px';
if(! $reply_photo) if(! $reply_photo)
$reply_photo = '2.3rem'; $reply_photo = '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')) {