From 7a3bca78816b9a92053fc29c13024dd30ae64f77 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Mon, 27 Jun 2016 13:00:43 -0500 Subject: Display user avatar inside of .discussion-body --- app/assets/stylesheets/pages/notes.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index ee7c98f805b..ac8c02b59dc 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -41,6 +41,10 @@ ul.notes { .timeline-icon { .avatar { visibility: hidden; + + .discussion-body & { + visibility: visible; + } } } } -- cgit v1.2.1 From d9584ec7e03aa8ee33a6212dbbc13ef2b47b781b Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Mon, 27 Jun 2016 13:38:53 -0500 Subject: Update CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b0c7c528e38..e00cf1c06f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,8 +20,8 @@ v 8.10.0 (unreleased) v 8.9.3 (unreleased) - Decreased min width of screen to 1280px for pinned sidebar - Fix encrypted data backwards compatibility after upgrading attr_encrypted gem -v 8.9.3 - Update mobile button icons to be more inline with typical UI paradigms + - Fixes missing avatar on system notes. !4954 v 8.9.2 - Fix visibility of snippets when searching. -- cgit v1.2.1