diff --git a/Changelog.md b/Changelog.md index e254a2aa8..1cc8b4936 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/app/assets/stylesheets/base.scss b/app/assets/stylesheets/base.scss index 13293c941..4bc53b49a 100644 --- a/app/assets/stylesheets/base.scss +++ b/app/assets/stylesheets/base.scss @@ -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;