Skip to content

Commit

Permalink
align buttons with column headers (mastodon#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonderfall authored and Gargron committed May 10, 2017
1 parent cc9a6a7 commit 43db2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
padding: 15px;
position: absolute;
right: 0;
top: -49px;
top: -48px;
z-index: 3;

&:hover {
Expand Down Expand Up @@ -1474,7 +1474,7 @@ a.status__content__spoiler-link {
padding: 15px;
position: absolute;
right: 0;
top: -49px;
top: -48px;
}

.react-toggle {
Expand Down

0 comments on commit 43db2cf

Please sign in to comment.