]> cat aescling's git repositories - mastodon.git/commitdiff
Separate Follow/Unfollow and back buttons (#5496)
authorHerbert Kagumba <habukagumba@gmail.com>
Fri, 27 Oct 2017 17:14:11 +0000 (20:14 +0300)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 27 Oct 2017 17:14:11 +0000 (19:14 +0200)
app/javascript/styles/mastodon/components.scss

index 516f8de7d13bc7e401a2fd3fc60156f883a0f732..9230fa8baf13071a656a70a563484a0c1242a81d 100644 (file)
@@ -2588,7 +2588,7 @@ button.icon-button.active i.fa-retweet {
   color: $primary-text-color;
   position: absolute;
   top: 10px;
-  right: 10px;
+  left: 10px;
   opacity: 0.7;
   display: inline-block;
   vertical-align: top;
@@ -2603,7 +2603,7 @@ button.icon-button.active i.fa-retweet {
 .account--action-button {
   position: absolute;
   top: 10px;
-  left: 20px;
+  right: 20px;
 }
 
 .setting-toggle {