From 10c25d24aed27a0470da4e040787b803ad873794 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 6 Feb 2019 07:45:35 +0000 Subject: [PATCH] fix:: profile photo shader removed --- view/theme/plusfuture/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 9f570d4..db0e404 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1154,7 +1154,7 @@ img.mail-conv-sender-photo { height: $top_photo; border: none; border-radius: 50px; - filter: drop-shadow(2px 2px 2px rgba(75, 75, 75, 0.635)); + /*filter: drop-shadow(2px 2px 2px rgba(75, 75, 75, 0.635));*/ } .comment .wall-item-photo {