Merge pull request #4853 from hincupetru/4693-notifications-hovercard-avatars-misaligned
Fixed "hovercard avatars misaligned in notifications drop-down"
This commit is contained in:
commit
f2fedea3db
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ body > header {
|
|||
|
||||
&:hover { background-color: $highlight-white; }
|
||||
|
||||
.avatar {
|
||||
> .avatar {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Reference in a new issue