Make follow button vertically-centered (#4403) [ci skip]

This commit is contained in:
Phong Truong 2019-10-16 21:33:22 +07:00 committed by Mac Siri
parent d307ce7469
commit 89af535146

View file

@ -1107,7 +1107,8 @@
position: absolute;
color: $black;
right: 5px;
top: 2px;
top: 50%;
transform: translateY(-50%);
text-align: center;
border-radius: 3px;
font-weight: 900;