From 6dfbf18b44d3e682dba483ece19bd97aa840d31d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 13:18:52 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=E3=81=AB=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 2 +- plusfuture/schema/Focus-Light.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 0150be2..354c014 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1141,7 +1141,7 @@ img.mail-conv-sender-photo { width: $top_photo; height: $top_photo; border: none; - border-radius: $radius; + border-radius: 50px; box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; } diff --git a/plusfuture/schema/Focus-Light.php b/plusfuture/schema/Focus-Light.php index d144e7c..14ee130 100644 --- a/plusfuture/schema/Focus-Light.php +++ b/plusfuture/schema/Focus-Light.php @@ -7,6 +7,6 @@ if (! $nav_active_icon_colour) $nav_active_icon_colour = "rgba(0, 0, 0, 0.7)"; if (! $radius) - $radius = "50px"; + $radius = "4px"; if (! $banner_colour) $banner_colour = "rgba(0, 0, 0, 0.7)";