fix viewconnection's favicon bug

This commit is contained in:
harukin 2019-01-01 18:52:26 +09:00
parent 758c7104b0
commit 8824b0ecc1

View File

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