]> cat aescling's git repositories - mastodon.git/commitdiff
small ui change so that the settings buttons at the top of each column are actually...
authorJessica K. Litwin <jessica@litw.in>
Sun, 7 May 2017 21:47:55 +0000 (17:47 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 7 May 2017 21:47:55 +0000 (23:47 +0200)
app/javascript/styles/components.scss

index 8e9286572cba2e9aab3be4ce7bbc5cb365184081..beaa5dd71850518d5ac8d539b2b6c3602cd16e8b 100644 (file)
@@ -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 {