fix(style): margin top & bottom of comment item

0.2.5(deprecated)
SukkaW 7 years ago
parent bd1f753bda
commit 4203bbaaac

@ -43,8 +43,8 @@
} }
#dsqjs .dsqjs-avater img { #dsqjs .dsqjs-avater img {
width: 48px; width: 42px;
height: 48px; height: 42px;
display: block; display: block;
border-radius: 4px; border-radius: 4px;
} }
@ -56,8 +56,6 @@
#dsqjs .dsqjs-header { #dsqjs .dsqjs-header {
line-height: 1; line-height: 1;
font-size: 13px; font-size: 13px;
margin-top: 4px;
margin-bottom: 4px;
} }
#dsqjs .dsqjs-bullet { #dsqjs .dsqjs-bullet {
@ -100,8 +98,3 @@
width: 38px; width: 38px;
height: 38px; height: 38px;
} }
#dsqjs .dsqjs-children .dsqjs-header {
margin-top: 0;
margin-bottom: 0
}
Loading…
Cancel
Save