parent
fc33a2ac5d
commit
53603917eb
2 changed files with 4 additions and 11 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
# 0.7.2.0
|
# 0.7.2.0
|
||||||
|
|
||||||
## Refactor
|
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Ignore invalid `diaspora://` links [#7652](https://github.com/diaspora/diaspora/pull/7652)
|
* 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
|
## Features
|
||||||
* Add birthday notifications [#7624](https://github.com/diaspora/diaspora/pull/7624)
|
* Add birthday notifications [#7624](https://github.com/diaspora/diaspora/pull/7624)
|
||||||
|
|
|
||||||
|
|
@ -12,16 +12,10 @@
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
position: relative;
|
|
||||||
float: left;
|
float: left;
|
||||||
height: 70px !important;
|
height: 70px;
|
||||||
width: 70px !important;
|
object-fit: cover;
|
||||||
top: 0 !important;
|
width: 70px;
|
||||||
|
|
||||||
margin: {
|
|
||||||
right: 10px;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$image_width: 80px; /* including margin */
|
$image_width: 80px; /* including margin */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue