Merge pull request #6283 from AugierLe42e/clean-images
Suppress useless images
|
|
@ -44,6 +44,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
|
|||
* Refactor publisher backbone view [#6228](https://github.com/diaspora/diaspora/pull/6228)
|
||||
* Replace MBP.autogrow with autosize on mobile [#6261](https://github.com/diaspora/diaspora/pull/6261)
|
||||
* Improve mobile drawer transition [#6233](https://github.com/diaspora/diaspora/pull/6233)
|
||||
* Remove unused header icons and an unused favicon [#6283](https://github.com/diaspora/diaspora/pull/6283)
|
||||
|
||||
## Bug fixes
|
||||
* Destroy Participation when removing interactions with a post [#5852](https://github.com/diaspora/diaspora/pull/5852)
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 571 B |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 898 B |
|
Before Width: | Height: | Size: 265 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 449 B |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 4 KiB |
|
|
@ -1,7 +1,5 @@
|
|||
/* ===== sprites ===== */
|
||||
@import 'icons/*.png';
|
||||
@import 'branding/logos/*.png';
|
||||
@import 'social_media_logos/*.png';
|
||||
@include all-icons-sprites;
|
||||
@include all-logos-sprites;
|
||||
@include all-social_media_logos-sprites;
|
||||
|
|
|
|||