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:
commit
c06af05e19
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue