Skip to content

Commit dfea208

Browse files
authored
FIX: refactor social alignment style. (5)
1 parent 5128978 commit dfea208

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

source/css/_common/components/post/post-meta.styl

+11-5
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,24 @@
4343
.posts-expand .post-comments-count {
4444
+mobile() { display: none; }
4545
}
46-
4746
.social-like {
4847
height: 20px;
4948
text-align: center;
5049
border-top: 1px solid #eee;
51-
padding-top: 6px;
50+
padding-top: 9px;
5251
margin-top: 40px;
52+
display: flex;
53+
justify-content: center;
5354
}
5455

5556
.vk_like {
56-
display: inline-block;
5757
width: 85px;
58-
height: 22px;
59-
vertical-align: bottom;
58+
height: 21px;
59+
padding-top: 7px;
60+
align-self: center;
61+
}
62+
63+
.fb_like {
64+
height: 30px;
65+
align-self: center;
6066
}

0 commit comments

Comments
 (0)