diff --git a/Changelog.md b/Changelog.md index a1ff5687d..6b210cc67 100644 --- a/Changelog.md +++ b/Changelog.md @@ -25,6 +25,7 @@ * Show hovercards in the notification drop-down for users on the same pod [#4843](https://github.com/diaspora/diaspora/pull/4843) * The photo stream no longer repeats after the last photo [#4726](https://github.com/diaspora/diaspora/issues/4726) * Stop parsing hashtags inside markdown links [#3692](https://github.com/diaspora/diaspora/issues/3692) +* Fix hovercards in the notificaitons dropdown [#4693](https://github.com/diaspora/diaspora/issues/4693) ## Features * You can report a single post by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517) diff --git a/app/assets/stylesheets/header.css.scss b/app/assets/stylesheets/header.css.scss index fdcea9d6c..4316c6547 100644 --- a/app/assets/stylesheets/header.css.scss +++ b/app/assets/stylesheets/header.css.scss @@ -165,7 +165,7 @@ body > header { &:hover { background-color: $highlight-white; } - .avatar { + > .avatar { height: 30px; width: 30px; float: left;