commit: 3e9236b34374c47e01613cb715e26cde97dc65c3
parent: 89c77fe225a7550e19d0631ce2172fd2b49a605a
Author: Herbert Kagumba <habukagumba@gmail.com>
Date: Fri, 27 Oct 2017 20:14:11 +0300
Separate Follow/Unfollow and back buttons (#5496)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 {