Separate Follow/Unfollow and back buttons (#5496)

lolsob-rspec
Herbert Kagumba 2017-10-27 20:14:11 +03:00 committed by Eugen Rochko
parent b41ed24f74
commit c652eefd3c
1 changed files with 2 additions and 2 deletions

View 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 {