Skip to content

Commit

Permalink
Merge pull request #4176 from DevHugo/fix-follow-button
Browse files Browse the repository at this point in the history
Fix align on follow button
  • Loading branch information
DevHugo authored Feb 5, 2017
2 parents 3c72995 + 5f82ee6 commit 54e11ef
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions assets/scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,6 @@
text-align: left;
background: rgba(0, 0, 0, 0);

button {
span {
display: inline-block;
height: 30px;
line-height: 26px;
}
}

&[data-num] {
position: relative;

Expand Down Expand Up @@ -301,6 +293,10 @@
button {
width: 100%;
line-height: 28px;

&.follow span {
vertical-align: inherit;
}
}


Expand Down

0 comments on commit 54e11ef

Please sign in to comment.