Merge branch 'develop' into 'master'

fix some favicon view

See merge request harukin/hubzillatheme!17
This commit is contained in:
harukin 2019-01-01 19:15:52 +09:00
commit 1c160cbf05

View File

@ -2104,6 +2104,20 @@ a[title*="pawoo.net"]::after {
display: none; display: none;
} }
#notifications a::before{
position: absolute;
left: 38px;
top: 30px;
}
.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;
}
.shared_container { .shared_container {
border-radius: 2px; border-radius: 2px;
margin-top: 15px; margin-top: 15px;