Make follow button vertically-centered (#4403) [ci skip]
This commit is contained in:
parent
d307ce7469
commit
89af535146
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue