diff --git a/Changelog.md b/Changelog.md index 50732375d..d8a621257 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ * 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) * 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 * Deleted comments will be removed when loading more comments [#7045](https://github.com/diaspora/diaspora/pull/7045) diff --git a/app/views/people/contacts.haml b/app/views/people/contacts.haml index 34da88215..489f0eb17 100644 --- a/app/views/people/contacts.haml +++ b/app/views/people/contacts.haml @@ -4,7 +4,7 @@ .container-fluid#profile_container .row .col-md-3 - #profile + .sidebar.profile-sidebar#profile -# here be JS .col-md-9