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