vertically centered the icon and comment

This commit is contained in:
Seven-Steven
2020-04-02 14:17:26 +08:00
parent bbf8dfc3ae
commit 280802e51b

View File

@@ -31,9 +31,15 @@
display: block;
margin-right: 10px;
}
.xe-comment {
transform: translateY(-50%);
position: absolute;
margin-left: 50px;
top: 50%;
}
.xe-comment p {
margin-bottom: 0px;
margin-right: 15px;
}
.overflowClip_1 {
overflow: hidden;
@@ -54,4 +60,8 @@
.submit-tag{
margin-top: 50px;
}
.img-circle {
padding: 7px 0;
}