Skip to content

Commit

Permalink
Merge pull request #7516 from Flaburgan/back-to-top-position
Browse files Browse the repository at this point in the history
Move back to top to the right to avoid misclicks
  • Loading branch information
SuperTux88 committed Aug 9, 2017
2 parents 3d8bda4 + 62fa43b commit c06af05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ If so, please delete it since it will prevent the federation from working proper
* Switch to new federation protocol [#7436](https://github.com/diaspora/diaspora/pull/7436)
* Send public profiles publicly [#7501](https://github.com/diaspora/diaspora/pull/7501)
* Change sender for mails [#7495](https://github.com/diaspora/diaspora/pull/7495)
* Move back to top to the right to avoid misclicks [#7516](https://github.com/diaspora/diaspora/pull/7516)

## Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pre { word-wrap: break-word; }
line-height: 50px;
opacity: 0;
position: fixed;
right: 54px;
right: 20px;
transition: opacity ease 400ms;
width: 50px;
z-index: 49;
Expand Down

0 comments on commit c06af05

Please sign in to comment.