From 8b35c1d78e959f8f649a83ff683fc3d350f0d7b9 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 15:20:32 +0900 Subject: [PATCH] fix homeactivity notification userfavicon --- view/theme/plusfuture/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 57401e3..7eb82df 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,6 +2104,16 @@ a[title*="pawoo.net"]::after { display: none; } +#nav-home-menu a::before{ + position: absolute; + left: 38px; + top: 30px; +} + +#nav-home-menu a::after{ + display: none; +} + .shared_container { border-radius: 2px; margin-top: 15px;