fix homeactivity notification userfavicon

This commit is contained in:
harukin 2019-01-01 15:20:32 +09:00
parent 8753c0a347
commit 8b35c1d78e

View File

@ -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;