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)";