Merge pull request #7516 from Flaburgan/back-to-top-position

Move back to top to the right to avoid misclicks
This commit is contained in:
Benjamin Neff 2017-08-10 01:24:33 +02:00
commit c06af05e19
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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;