From 66224ae5648f59f2165d457cfc46be797b5434cc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 13:34:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AD=E3=83=95=E7=94=BB=E5=83=8F?= =?UTF-8?q?=E3=81=AE=E5=BD=B1=E9=96=A2=E9=80=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/php/style.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index b6b6ca8..8a3643d 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -103,10 +103,11 @@ if (! $shadow) if (! $converse_width) $converse_width = '790'; if(! $top_photo) - $top_photo = '3px'; + $top_photo = '3rem'; if(! $reply_photo) - $reply_photo = '3px'; - + $reply_photo = '2.3rem'; +if(! $shadowpx) + $shadowpx = '3px'; // Apply the settings if(file_exists('view/theme/plusfuture/css/style.css')) {