From 18bd130a716095452f20102265e39c40835632d7 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 14 Nov 2018 20:30:46 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=90=E3=82=BF=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E5=8A=A0=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index b1dbd3d..196c9bd 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1265,7 +1265,9 @@ img.mail-conv-sender-photo { #avatar { width: 2.35rem; height: 2.35rem; - border-radius: $radius; + /*カスタマイズ*/ + border-radius: 50%; + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } #nav-app-link {