diff options
author | Wonderfall <wonderfall@targaryen.house> | 2017-05-10 20:32:26 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-10 20:32:26 +0200 |
commit | 43db2cf5e7e72ca4c16f94dd6e60fadc725da747 (patch) | |
tree | c7f3adf08c53ee9e622ddd6f5ebbcc7cee8f5e34 | |
parent | cc9a6a710f6cf6d193589778570a13f89f7d18f4 (diff) |
align buttons with column headers (#2964)
-rw-r--r-- | app/javascript/styles/components.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index d347c94c5..cededdcdd 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -58,7 +58,7 @@ padding: 15px; position: absolute; right: 0; - top: -49px; + top: -48px; z-index: 3; &:hover { @@ -1474,7 +1474,7 @@ a.status__content__spoiler-link { padding: 15px; position: absolute; right: 0; - top: -49px; + top: -48px; } .react-toggle { |