parent
fc33a2ac5d
commit
53603917eb
2 changed files with 4 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue