about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorHerbert Kagumba <habukagumba@gmail.com>2017-10-27 20:14:11 +0300
committerEugen Rochko <eugen@zeonfederated.com>2017-10-27 19:14:11 +0200
commit3e9236b34374c47e01613cb715e26cde97dc65c3 (patch)
treecdf36bae22b8e1360e9ba7e4fa22b27fed97b08d /app
parent89c77fe225a7550e19d0631ce2172fd2b49a605a (diff)
Separate Follow/Unfollow and back buttons (#5496)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 516f8de7d..9230fa8ba 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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 {