Merge branch 'next-minor' into develop
This commit is contained in:
commit
99d8ca8414
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
* Closed accounts will no longer show up in the account search [#7042](https://github.com/diaspora/diaspora/pull/7042)
|
* Closed accounts will no longer show up in the account search [#7042](https://github.com/diaspora/diaspora/pull/7042)
|
||||||
* Code blocks in conversations no longer overflow the content [#7055](https://github.com/diaspora/diaspora/pull/7055)
|
* Code blocks in conversations no longer overflow the content [#7055](https://github.com/diaspora/diaspora/pull/7055)
|
||||||
* More buttons in mobile streams are fixed [#7036](https://github.com/diaspora/diaspora/pull/7036)
|
* More buttons in mobile streams are fixed [#7036](https://github.com/diaspora/diaspora/pull/7036)
|
||||||
|
* Fixed missing sidebar background in the contacts tab [#7064](https://github.com/diaspora/diaspora/pull/7064)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Deleted comments will be removed when loading more comments [#7045](https://github.com/diaspora/diaspora/pull/7045)
|
* Deleted comments will be removed when loading more comments [#7045](https://github.com/diaspora/diaspora/pull/7045)
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
.container-fluid#profile_container
|
.container-fluid#profile_container
|
||||||
.row
|
.row
|
||||||
.col-md-3
|
.col-md-3
|
||||||
#profile
|
.sidebar.profile-sidebar#profile
|
||||||
-# here be JS
|
-# here be JS
|
||||||
|
|
||||||
.col-md-9
|
.col-md-9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue