diff --git a/Changelog.md b/Changelog.md index b682492ee..630cefd8f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -24,6 +24,7 @@ * Renamed `server.db` to `server.database` to match the example configuration. * Fix insecure image of cat on user edit page - New photo courtesy of [khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0. * Allow translation of "suggest member" of Community Spotlight. [#3791](https://github.com/diaspora/diaspora/issues/3791) +* Resize deletelabel and ignoreuser images to align them [#3779](https://github.com/diaspora/diaspora/issues/3779) # 0.0.2.0 diff --git a/app/assets/images/deletelabel.png b/app/assets/images/deletelabel.png index 768ed6608..b3e53ee3a 100644 Binary files a/app/assets/images/deletelabel.png and b/app/assets/images/deletelabel.png differ diff --git a/app/assets/images/icons/ignoreuser.png b/app/assets/images/icons/ignoreuser.png index c12f90842..b02d62923 100644 Binary files a/app/assets/images/icons/ignoreuser.png and b/app/assets/images/icons/ignoreuser.png differ