Fix deformed hovercards avatar

closes #7656

fixes #6039
This commit is contained in:
flaburgan 2017-11-10 13:36:56 +01:00 committed by Benjamin Neff
parent fc33a2ac5d
commit 53603917eb
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 11 deletions

View file

@ -1,9 +1,8 @@
# 0.7.2.0
## Refactor
## Bug fixes
* Ignore invalid `diaspora://` links [#7652](https://github.com/diaspora/diaspora/pull/7652)
* Fix deformed avatar in hovercards [#7656](https://github.com/diaspora/diaspora/pull/7656)
## Features
* Add birthday notifications [#7624](https://github.com/diaspora/diaspora/pull/7624)

View file

@ -12,16 +12,10 @@
font-size: small;
.avatar {
position: relative;
float: left;
height: 70px !important;
width: 70px !important;
top: 0 !important;
margin: {
right: 10px;
left: 0;
}
height: 70px;
object-fit: cover;
width: 70px;
}
$image_width: 80px; /* including margin */