small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894)

This commit is contained in:
Jessica K. Litwin 2017-05-07 17:47:55 -04:00 committed by Eugen Rochko
parent 9d84dda213
commit 28e674bc6a
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
padding: 15px; padding: 15px;
position: absolute; position: absolute;
right: 0; right: 0;
top: -48px; top: -49px;
z-index: 3; z-index: 3;
&:hover { &:hover {
@ -1473,7 +1473,7 @@ a.status__content__spoiler-link {
padding: 15px; padding: 15px;
position: absolute; position: absolute;
right: 0; right: 0;
top: -48px; top: -49px;
} }
.react-toggle { .react-toggle {