diff options
author | Jessica K. Litwin <jessica@litw.in> | 2017-05-07 17:47:55 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-07 23:47:55 +0200 |
commit | 28e674bc6acf0b63a4062a6c9dbcde05fbe594b5 (patch) | |
tree | 087ad89cc09ad61d794c152c72706acfc68b370a /app/javascript/styles | |
parent | 9d84dda213ab445c078b4933bb89fac8f0e729af (diff) |
small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894)
Diffstat (limited to 'app/javascript/styles')
-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 8e9286572..beaa5dd71 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -58,7 +58,7 @@ padding: 15px; position: absolute; right: 0; - top: -48px; + top: -49px; z-index: 3; &:hover { @@ -1473,7 +1473,7 @@ a.status__content__spoiler-link { padding: 15px; position: absolute; right: 0; - top: -48px; + top: -49px; } .react-toggle { |