align buttons with column headers (#2964)

master
Wonderfall 7 years ago committed by Eugen Rochko
parent cc9a6a710f
commit 43db2cf5e7
  1. 4
      app/javascript/styles/components.scss

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

Loading…
Cancel
Save