fix favicon css miss

This commit is contained in:
harukin 2019-01-01 19:09:12 +09:00
parent 8824b0ecc1
commit 1fb86ff27b

View File

@ -2104,13 +2104,17 @@ a[title*="pawoo.net"]::after {
display: none; display: none;
} }
#notifications a::before, .generic-content-wrapper a::before{ #notifications a::before{
position: absolute; position: absolute;
left: 38px; left: 38px;
top: 30px; top: 30px;
} }
#notifications a::after, .generic-content-wrapper a::after{ .generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::before{
position: absolute;
}
#notifications a::after, .generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::after{
display: none; display: none;
} }